Skip to content

Commit

Permalink
Bump org.apache.parquet:parquet-avro from 1.13.0 to 1.13.1 (#96)
Browse files Browse the repository at this point in the history
Bumps [org.apache.parquet:parquet-avro](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-avro
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent 4426fd6 commit b0c7b9c
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 @@ -17,7 +17,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
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-avro:1.13.1'
testImplementation 'org.apache.parquet:parquet-hadoop:1.13.1'
}

Expand Down

0 comments on commit b0c7b9c

Please sign in to comment.