File tree Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,7 @@ dependencies {
14
14
implementation project(" :contract" )
15
15
implementation project(" :serde-api" )
16
16
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
23
18
implementation libs. spring. starter. actuator
24
19
implementation libs. spring. starter. logging
25
20
implementation libs. spring. starter. oauth2. client
@@ -68,8 +63,9 @@ dependencies {
68
63
// CVE Fixes
69
64
implementation libs. apache. commons. compress
70
65
implementation libs. okhttp3. logging. intercepter
71
- implementation libs. reactor. netty. http
72
- implementation libs. netty. codec. http2
66
+ implementation(libs. nimbus. jose. jwt){
67
+ because(" Fixes CVE-2025-5386. See https://avd.aquasec.com/nvd/2025/cve-2025-53864/" )
68
+ }
73
69
// CVE Fixes End
74
70
75
71
implementation libs. modelcontextprotocol. spring. webflux
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- spring-boot = ' 3.5.3 '
2
+ spring-boot = ' 3.5.5 '
3
3
nimbus-jose-jwt = ' 10.0.2'
4
4
5
5
aws-msk-auth = ' 2.3.0'
@@ -149,8 +149,3 @@ prometheus-metrics-textformats = { module = 'io.prometheus:prometheus-metrics-ex
149
149
prometheus-metrics-exporter-pushgateway = { module = ' io.prometheus:prometheus-metrics-exporter-pushgateway' , version.ref = ' prometheus' }
150
150
151
151
snappy = {module = ' org.xerial.snappy:snappy-java' , version = ' 1.1.10.7' }
152
-
153
- # CVE fixes
154
- reactor-netty-http = {module = ' io.projectreactor.netty:reactor-netty-http' , version = ' 1.2.8' }
155
- # Fixes https://www.cve.org/CVERecord?id=CVE-2025-55163
156
- netty-codec-http2 = {module = ' io.netty:netty-codec-http2' , version = ' 4.1.124.Final' }
You can’t perform that action at this time.
0 commit comments