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 29c2805 commit 863b195Copy full SHA for 863b195
build.gradle
@@ -43,7 +43,7 @@ dependencies {
43
implementation 'org.springframework.boot:spring-boot-starter-webflux'
44
implementation 'org.springframework.boot:spring-boot-starter-validation'
45
implementation 'io.fabric8:kubernetes-client:6.13.4'
46
- implementation 'com.nimbusds:nimbus-jose-jwt:9.46'
+ implementation 'com.nimbusds:nimbus-jose-jwt:9.47'
47
implementation 'org.bouncycastle:bcpkix-jdk18on:1.79'
48
49
developmentOnly 'org.springframework.boot:spring-boot-devtools'
0 commit comments