We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f48ffc commit ac161e8Copy full SHA for ac161e8
1 file changed
sdks/java/io/expansion-service/build.gradle
@@ -56,6 +56,9 @@ configurations.runtimeClasspath {
56
57
// Pin zookeeper to 3.8.6 to fix CVE in transitive 3.8.4 from hadoop/hbase
58
resolutionStrategy.force 'org.apache.zookeeper:zookeeper:3.8.6'
59
+
60
+ // Pin nimbus-jose-jwt to 9.37.4 to fix CVE-2025-53864 (transitive via hadoop-auth)
61
+ resolutionStrategy.force 'com.nimbusds:nimbus-jose-jwt:9.37.4'
62
}
63
64
shadowJar {
0 commit comments