We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2efe56 commit 4b1520dCopy full SHA for 4b1520d
build.gradle
@@ -303,7 +303,7 @@ project(':cruise-control') {
303
implementation 'com.google.code.gson:gson:2.9.0'
304
implementation "org.eclipse.jetty:jetty-server:${jettyVersion}"
305
implementation 'io.dropwizard.metrics:metrics-jmx:4.2.9'
306
- implementation 'com.nimbusds:nimbus-jose-jwt:9.45'
+ implementation 'com.nimbusds:nimbus-jose-jwt:10.0.2'
307
implementation 'io.swagger.parser.v3:swagger-parser-v3:2.1.16'
308
implementation 'io.github.classgraph:classgraph:4.8.141'
309
implementation 'com.google.code.findbugs:jsr305:3.0.2'
0 commit comments