Skip to content

Commit

Permalink
Bump org.apache.parquet:parquet-common in /data-prepper-plugins/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.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2023
1 parent ed7001c commit bd28222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-plugins/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation 'org.reflections:reflections:0.10.2'
implementation 'io.micrometer:micrometer-core'
testImplementation testLibs.junit.vintage
implementation 'org.apache.parquet:parquet-common:1.12.3'
implementation 'org.apache.parquet:parquet-common:1.13.1'
implementation 'org.xerial.snappy:snappy-java:1.1.10.1'
testImplementation project(':data-prepper-plugins:blocking-buffer')
testImplementation 'commons-io:commons-io:2.12.0'
Expand Down

0 comments on commit bd28222

Please sign in to comment.