Skip to content

Commit 4b1520d

Browse files
updating nimbus-jose-jwt to 10.0.2 to address CVE-2025-53864 (#2296)
1 parent b2efe56 commit 4b1520d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ project(':cruise-control') {
303303
implementation 'com.google.code.gson:gson:2.9.0'
304304
implementation "org.eclipse.jetty:jetty-server:${jettyVersion}"
305305
implementation 'io.dropwizard.metrics:metrics-jmx:4.2.9'
306-
implementation 'com.nimbusds:nimbus-jose-jwt:9.45'
306+
implementation 'com.nimbusds:nimbus-jose-jwt:10.0.2'
307307
implementation 'io.swagger.parser.v3:swagger-parser-v3:2.1.16'
308308
implementation 'io.github.classgraph:classgraph:4.8.141'
309309
implementation 'com.google.code.findbugs:jsr305:3.0.2'

0 commit comments

Comments
 (0)