Skip to content

Commit

Permalink
build(deps): bump org.apache.parquet:parquet-avro from 1.14.2 to 1.14.4
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.14.2 to 1.14.4.
- [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.14.2...apache-parquet-1.14.4)

---
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]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 96d97f2 commit ee12247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
compileOnly'org.slf4j:slf4j-api'

// For Parquet and Avro parsing
api('org.apache.parquet:parquet-avro:1.14.2')
api('org.apache.parquet:parquet-avro:1.14.4')
api('org.apache.parquet:parquet-hadoop:1.14.2')

// For ORC parsing
Expand Down

0 comments on commit ee12247

Please sign in to comment.