Skip to content

Commit

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

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

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

---
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 Nov 18, 2024
1 parent ad75248 commit ec49a59
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.3</parquet.version>
<parquet.version>1.14.4</parquet.version>
<avro.version>1.12.0</avro.version>
</properties>

Expand Down

0 comments on commit ec49a59

Please sign in to comment.