File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,7 @@ dependencies {
1414 implementation project(" :contract" )
1515 implementation project(" :serde-api" )
1616 implementation libs. spring. starter. webflux
17- implementation(libs. spring. starter. security){
18- exclude group : ' com.nimbusds' , module : ' nimbus-jose-jwt' because(" Temporary overwrite to fix CVE-2025-53864. See https://avd.aquasec.com/nvd/2025/cve-2025-53864/" )
19- }
20- implementation(libs. nimbus. jose. jwt){
21- because(" Fixes CVE-2025-5386. See https://avd.aquasec.com/nvd/2025/cve-2025-53864/" )
22- }
17+ implementation(libs. spring. starter. security)
2318 implementation libs. spring. starter. actuator
2419 implementation libs. spring. starter. logging
2520 implementation libs. spring. starter. oauth2. client
Original file line number Diff line number Diff line change 11[versions ]
22spring-boot = ' 3.5.6'
3- nimbus-jose-jwt = ' 10.0.2'
43
54aws-msk-auth = ' 2.3.0'
65azure-identity = ' 1.15.4'
@@ -55,8 +54,6 @@ spring-starter-actuator = { module = 'org.springframework.boot:spring-boot-start
5554spring-starter-test = { module = ' org.springframework.boot:spring-boot-starter-test' , version.ref = ' spring-boot' }
5655spring-starter-webflux = { module = ' org.springframework.boot:spring-boot-starter-webflux' , version.ref = ' spring-boot' }
5756spring-starter-security = { module = ' org.springframework.boot:spring-boot-starter-security' , version.ref = ' spring-boot' }
58- # Temporary overwrite to fix CVE-2025-53864
59- nimbus-jose-jwt = { module = ' com.nimbusds:nimbus-jose-jwt' , version.ref = ' nimbus-jose-jwt' }
6057spring-starter-validation = { module = ' org.springframework.boot:spring-boot-starter-validation' , version.ref = ' spring-boot' }
6158spring-starter-oauth2-client = { module = ' org.springframework.boot:spring-boot-starter-oauth2-client' , version.ref = ' spring-boot' }
6259spring-starter-logging = { module = ' org.springframework.boot:spring-boot-starter-logging' , version.ref = ' spring-boot' }
You can’t perform that action at this time.
0 commit comments