Skip to content

Commit

Permalink
Bump parquet.version from 1.14.4 to 1.15.0 in /java
Browse files Browse the repository at this point in the history
Bumps `parquet.version` from 1.14.4 to 1.15.0.

Updates `org.apache.parquet:parquet-hadoop` from 1.14.4 to 1.15.0
- [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.4...apache-parquet-1.15.0)

Updates `org.apache.parquet:parquet-avro` from 1.14.4 to 1.15.0
- [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.4...apache-parquet-1.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 48118e0 commit b738047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<jmh.version>1.37</jmh.version>
<junit.version>5.11.3</junit.version>
<orc.version>${project.version}</orc.version>
<parquet.version>1.14.4</parquet.version>
<parquet.version>1.15.0</parquet.version>
<scala.binary.version>2.13</scala.binary.version>
<scala.version>2.13.14</scala.version>
<spark.version>4.0.0-preview2</spark.version>
Expand Down

0 comments on commit b738047

Please sign in to comment.