Skip to content

Commit ac161e8

Browse files
authored
Pin numbus-jose-jwt to 9.37.4 (#38187)
1 parent 0f48ffc commit ac161e8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sdks/java/io/expansion-service/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ configurations.runtimeClasspath {
5656

5757
// Pin zookeeper to 3.8.6 to fix CVE in transitive 3.8.4 from hadoop/hbase
5858
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'
5962
}
6063

6164
shadowJar {

0 commit comments

Comments
 (0)