Skip to content

Commit

Permalink
Bump org.apache.parquet:parquet-hadoop from 1.13.0 to 1.13.1 (#97)
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.0 to 1.13.1.
- [Changelog](https://github.com/apache/parquet-mr/blob/master/CHANGES.md)
- [Commits](apache/parquet-java@apache-parquet-1.13.0...apache-parquet-1.13.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent bd44afa commit 4426fd6
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.5'
testImplementation 'org.apache.hadoop:hadoop-common:3.3.5'
testImplementation 'org.apache.parquet:parquet-avro:1.13.0'
testImplementation 'org.apache.parquet:parquet-hadoop:1.13.0'
testImplementation 'org.apache.parquet:parquet-hadoop:1.13.1'
}

spotless {
Expand Down

0 comments on commit 4426fd6

Please sign in to comment.