Skip to content

Commit

Permalink
MINOR: [Java] Bump parquet.version from 1.14.2 to 1.14.3 in /java
Browse files Browse the repository at this point in the history
Bumps `parquet.version` from 1.14.2 to 1.14.3.

Updates `org.apache.parquet:parquet-avro` from 1.14.2 to 1.14.3
- [Release notes](https:/apache/parquet-mr/releases)
- [Changelog](https:/apache/parquet-java/blob/master/CHANGES.md)
- [Commits](apache/parquet-java@apache-parquet-1.14.2...apache-parquet-1.14.3)

Updates `org.apache.parquet:parquet-hadoop` from 1.14.2 to 1.14.3
- [Release notes](https:/apache/parquet-mr/releases)
- [Changelog](https:/apache/parquet-java/blob/master/CHANGES.md)
- [Commits](apache/parquet-java@apache-parquet-1.14.2...apache-parquet-1.14.3)

---
updated-dependencies:
- dependency-name: org.apache.parquet:parquet-avro
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.apache.parquet:parquet-hadoop
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent e62fbaa commit 782e265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/dataset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ under the License.

<properties>
<arrow.cpp.build.dir>../../../cpp/release-build/</arrow.cpp.build.dir>
<parquet.version>1.14.2</parquet.version>
<parquet.version>1.14.3</parquet.version>
<avro.version>1.12.0</avro.version>
</properties>

Expand Down

0 comments on commit 782e265

Please sign in to comment.