Skip to content

Commit

Permalink
Bump org.apache.parquet:parquet-hadoop from 1.13.1 to 1.14.3
Browse files Browse the repository at this point in the history
Bumps [org.apache.parquet:parquet-hadoop](https://github.com/apache/parquet-mr) from 1.13.1 to 1.14.3.
- [Release notes](https://github.com/apache/parquet-mr/releases)
- [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md)
- [Commits](apache/parquet-java@apache-parquet-1.13.1...apache-parquet-1.14.3)

---
updated-dependencies:
- dependency-name: org.apache.parquet:parquet-hadoop
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 0ff8472 commit 465fbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
testImplementation 'org.apache.hadoop:hadoop-client:3.3.6'
testImplementation 'org.apache.hadoop:hadoop-common:3.4.1'
testImplementation 'org.apache.parquet:parquet-avro:1.13.1'
testImplementation 'org.apache.parquet:parquet-hadoop:1.13.1'
testImplementation 'org.apache.parquet:parquet-hadoop:1.14.3'
}

spotless {
Expand Down

0 comments on commit 465fbab

Please sign in to comment.