Skip to content

Commit 8c592aa

Browse files
authored
Switch to parquet_version 1.15.1 (#34573)
* try parquet_version 1.51.1 * updated CHANGES.md
1 parent b1f9f2e commit 8c592aa

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Diff for: CHANGES.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
5151
5252
## Security Fixes
53-
* Fixed (CVE-YYYY-NNNN)[https://www.cve.org/CVERecord?id=CVE-YYYY-NNNN] (Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)).
53+
* Fixed [CVE-YYYY-NNNN](https://www.cve.org/CVERecord?id=CVE-YYYY-NNNN) (Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)).
5454
5555
## Known Issues
5656
@@ -88,7 +88,8 @@
8888
* Fixed read Beam rows from cross-lang transform (for example, ReadFromJdbc) involving negative 32-bit integers incorrectly decoded to large integers ([#34089](https://github.com/apache/beam/issues/34089))
8989

9090
## Security Fixes
91-
* Fixed (CVE-YYYY-NNNN)[https://www.cve.org/CVERecord?id=CVE-YYYY-NNNN] (Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)).
91+
* Fixed [CVE-YYYY-NNNN](https://www.cve.org/CVERecord?id=CVE-YYYY-NNNN) (Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)).
92+
* Fixed [CVE-2025-30065](https://www.cve.org/CVERecord?id=CVE-2025-30065) (Java) ([#34573](https://github.com/apache/beam/pull/34573))
9293

9394
## Known Issues
9495

Diff for: sdks/java/io/file-schema-transform/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ configurations.implementation {
3232
}
3333
}
3434

35-
def parquet_version = "1.13.1"
35+
def parquet_version = "1.15.1"
3636

3737
dependencies {
3838
implementation library.java.avro

Diff for: sdks/java/io/iceberg/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def hadoopVersions = [
3838
hadoopVersions.each {kv -> configurations.create("hadoopVersion$kv.key")}
3939

4040
def iceberg_version = "1.6.1"
41-
def parquet_version = "1.12.0"
41+
def parquet_version = "1.15.1"
4242
def orc_version = "1.9.2"
4343
def hive_version = "3.1.3"
4444

Diff for: sdks/java/io/parquet/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def hadoopVersions = [
3535

3636
hadoopVersions.each {kv -> configurations.create("hadoopVersion$kv.key")}
3737

38-
def parquet_version = "1.13.1"
38+
def parquet_version = "1.15.1"
3939

4040
dependencies {
4141
implementation library.java.vendored_guava_32_1_2_jre

0 commit comments

Comments
 (0)