Skip to content

Commit 9e3dd1a

Browse files
authored
fix CVE-2024-57699 by pinning version (#37200)
1 parent 6e4bad2 commit 9e3dd1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdks/java/io/iceberg/hive/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ dependencies {
5757
}
5858
// add manually higher version to resolve CVE-2025-59250
5959
runtimeOnly ("com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre11")
60+
// resolve CVE-2024-57699
61+
runtimeOnly("net.minidev:json-smart:2.5.2")
6062
runtimeOnly ("org.apache.hbase:hbase-client:$hbase_version")
6163
runtimeOnly ("org.apache.calcite.avatica:avatica-core:$avatica_version")
6264
// these exlusions were inherit from hive-exec-3.1.3.pom

0 commit comments

Comments
 (0)