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.12.3 to 1.13.1.
- [Changelog](https://github.com/apache/parquet-mr/blob/master/CHANGES.md)
- [Commits](apache/parquet-java@apache-parquet-1.12.3...apache-parquet-1.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 1, 2023
1 parent ed7001c commit b7a5274
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 @@ -8,7 +8,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:2.15.2'
implementation 'org.apache.parquet:parquet-common:1.12.3'
implementation 'org.apache.parquet:parquet-common:1.13.1'
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
implementation "org.apache.commons:commons-lang3:3.12.0"
testImplementation testLibs.junit.vintage
Expand Down

0 comments on commit b7a5274

Please sign in to comment.