Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 989fc21

Browse files
committedApr 11, 2025·
Updates Apache Parquet to 1.15.1 to resolve CVE-2025-30065.
Signed-off-by: David Venable <dlv@amazon.com>
1 parent adef478 commit 989fc21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencyResolutionManagement {
6161
library('commons-io', 'commons-io', 'commons-io').version('2.15.1')
6262
library('commons-codec', 'commons-codec', 'commons-codec').version('1.16.0')
6363
library('commons-compress', 'org.apache.commons', 'commons-compress').version('1.24.0')
64-
version('parquet', '1.14.1')
64+
version('parquet', '1.15.1')
6565
library('parquet-common', 'org.apache.parquet', 'parquet-common').versionRef('parquet')
6666
library('parquet-avro', 'org.apache.parquet', 'parquet-avro').versionRef('parquet')
6767
library('parquet-column', 'org.apache.parquet', 'parquet-column').versionRef('parquet')

0 commit comments

Comments
 (0)
Please sign in to comment.