Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent a8df481 commit a123ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-plugins/s3-source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
testImplementation libs.avro.core
testImplementation testLibs.hadoop.common
testImplementation 'org.apache.parquet:parquet-avro:1.14.0'
testImplementation 'org.apache.parquet:parquet-column:1.14.0'
testImplementation 'org.apache.parquet:parquet-column:1.14.1'
testImplementation 'org.apache.parquet:parquet-common:1.14.0'
testImplementation 'org.apache.parquet:parquet-hadoop:1.14.0'
}
Expand Down

0 comments on commit a123ff4

Please sign in to comment.