File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
implementation project(" :serde-api" )
16
16
implementation libs. spring. starter. webflux
17
17
implementation(libs. spring. starter. security){
18
- exclude group : ' com.nimbusds' , module : ' nimbus-jose-jwt' because(" Temporary overwrite to fix CVE-2025-5386 . See https://avd.aquasec.com/nvd/2025/cve-2025-53864/" )
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
19
}
20
20
implementation(libs. nimbus. jose. jwt){
21
21
because(" Fixes CVE-2025-5386. See https://avd.aquasec.com/nvd/2025/cve-2025-53864/" )
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ spring-starter-actuator = { module = 'org.springframework.boot:spring-boot-start
61
61
spring-starter-test = { module = ' org.springframework.boot:spring-boot-starter-test' , version.ref = ' spring-boot' }
62
62
spring-starter-webflux = { module = ' org.springframework.boot:spring-boot-starter-webflux' , version.ref = ' spring-boot' }
63
63
spring-starter-security = { module = ' org.springframework.boot:spring-boot-starter-security' , version.ref = ' spring-boot' }
64
- # Temporary overwrite to fix CVE-2025-5386
64
+ # Temporary overwrite to fix CVE-2025-53864
65
65
nimbus-jose-jwt = { module = ' com.nimbusds:nimbus-jose-jwt' , version.ref = ' nimbus-jose-jwt' }
66
66
spring-starter-validation = { module = ' org.springframework.boot:spring-boot-starter-validation' , version.ref = ' spring-boot' }
67
67
spring-starter-oauth2-client = { module = ' org.springframework.boot:spring-boot-starter-oauth2-client' , version.ref = ' spring-boot' }
You can’t perform that action at this time.
0 commit comments