Skip to content

Commit

Permalink
chore(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 and loicmathieu committed Nov 21, 2024
1 parent ff796e8 commit 2c9a7d5
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 @@ -60,7 +60,7 @@ dependencies {
api ('org.apache.avro:avro:1.12.0') {
exclude group: 'com.fasterxml.jackson.core'
}
api group: 'org.apache.parquet', name: 'parquet-avro', version: '1.14.2'
api group: 'org.apache.parquet', name: 'parquet-avro', version: '1.14.4'
api group: 'org.apache.poi', name: 'poi', version: '5.3.0'
api group: 'org.apache.poi', name: 'poi-ooxml', version: '5.3.0'
api group: 'com.github.pjfanning', name: 'excel-streaming-reader', version: '5.0.2'
Expand Down

0 comments on commit 2c9a7d5

Please sign in to comment.