Skip to content

Commit

Permalink
Bump org.apache.parquet:parquet-common in /data-prepper-api
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] committed Jul 2, 2024
1 parent c6ca7ad commit 1bb2025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8'
implementation 'org.apache.parquet:parquet-common:1.14.0'
implementation 'org.apache.parquet:parquet-common:1.14.1'
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
implementation libs.commons.lang3
testImplementation project(':data-prepper-test-common')
Expand Down

0 comments on commit 1bb2025

Please sign in to comment.