File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 50
50
* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
51
51
52
52
## 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)).
54
54
55
55
## Known Issues
56
56
88
88
* 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 ) )
89
89
90
90
## 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 ) )
92
93
93
94
## Known Issues
94
95
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ configurations.implementation {
32
32
}
33
33
}
34
34
35
- def parquet_version = " 1.13 .1"
35
+ def parquet_version = " 1.15 .1"
36
36
37
37
dependencies {
38
38
implementation library. java. avro
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def hadoopVersions = [
38
38
hadoopVersions. each {kv -> configurations. create(" hadoopVersion$kv . key " )}
39
39
40
40
def iceberg_version = " 1.6.1"
41
- def parquet_version = " 1.12.0 "
41
+ def parquet_version = " 1.15.1 "
42
42
def orc_version = " 1.9.2"
43
43
def hive_version = " 3.1.3"
44
44
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def hadoopVersions = [
35
35
36
36
hadoopVersions. each {kv -> configurations. create(" hadoopVersion$kv . key " )}
37
37
38
- def parquet_version = " 1.13 .1"
38
+ def parquet_version = " 1.15 .1"
39
39
40
40
dependencies {
41
41
implementation library. java. vendored_guava_32_1_2_jre
You can’t perform that action at this time.
0 commit comments