Skip to content

Commit e782648

Browse files
committed
Updated Apache Parquet to version 1.15.1 to resolve CVE-2025-30065
1 parent 6913d11 commit e782648

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Cascading Change Log
22

33
4.6.0 [unreleased]
44

5+
Updated Apache Parquet to version 1.15.1 to resolve CVE-2025-30065.
6+
57
Fixed issue in c.s.u.DelimitedParser where the joiner would not properly quote fields with escaped quotes on write.
68

79
Fixed issue where c.t.p.BasePartitionTap would not forward some methods to the parent c.t.Tap instance.
@@ -12,8 +14,6 @@ Cascading Change Log
1214

1315
Fixed issue where c.t.l.h.LocalHfsAdaptor would not copy back applied properties during source/sink init phase.
1416

15-
Updated Apache Parquet to version 1.13.1.
16-
1717
Added c.t.p.TypedParquetScheme to support reading and writing Parquet files while honoring type information.
1818
Deprecated c.t.p.ParquetScheme and c.t.p.ParquetTBaseScheme.
1919

cascading-hadoop3-parquet/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation project( ':cascading-hadoop3-io' )
2929
implementation project( ':cascading-nested-json' )
3030

31-
def parquetVersion = '1.13.1'
31+
def parquetVersion = '1.15.1'
3232
implementation group: 'org.apache.parquet', name: 'parquet-common', version: parquetVersion
3333
implementation group: 'org.apache.parquet', name: 'parquet-column', version: parquetVersion
3434
implementation group: 'org.apache.parquet', name: 'parquet-hadoop', version: parquetVersion

0 commit comments

Comments
 (0)