Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent f27b808 commit b74f365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-prepper-plugins/s3-source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
implementation 'org.xerial.snappy:snappy-java:1.1.10.5'
implementation 'org.apache.parquet:parquet-common:1.14.0'
implementation 'org.apache.parquet:parquet-common:1.14.1'
implementation 'dev.failsafe:failsafe:3.3.2'
implementation 'org.apache.httpcomponents:httpcore:4.4.16'
testImplementation libs.commons.lang3
Expand All @@ -48,7 +48,7 @@ dependencies {
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-common:1.14.0'
testImplementation 'org.apache.parquet:parquet-common:1.14.1'
testImplementation 'org.apache.parquet:parquet-hadoop:1.14.0'
}

Expand Down

0 comments on commit b74f365

Please sign in to comment.