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 9c4bc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-plugins/newline-codecs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
dependencies {
implementation project(':data-prepper-api')
implementation 'com.fasterxml.jackson.core:jackson-annotations'
implementation 'org.apache.parquet:parquet-common:1.14.0'
implementation 'org.apache.parquet:parquet-common:1.14.1'
testImplementation project(':data-prepper-plugins:common')
testImplementation project(':data-prepper-test-event')
}
Expand Down

0 comments on commit 9c4bc89

Please sign in to comment.