File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ dependencies {
1515 implementation project(" :serde-api" )
1616 implementation libs. spring. starter. webflux
1717 implementation(libs. spring. starter. security){
18+ implementation libs. spring. starter. security
1819 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/" )
1920 }
2021 implementation(libs. nimbus. jose. jwt){
@@ -68,8 +69,6 @@ dependencies {
6869 // CVE Fixes
6970 implementation libs. apache. commons. compress
7071 implementation libs. okhttp3. logging. intercepter
71- implementation libs. reactor. netty. http
72- implementation libs. netty. codec. http2
7372 // CVE Fixes End
7473
7574 implementation libs. modelcontextprotocol. spring. webflux
Original file line number Diff line number Diff line change 11[versions ]
2- spring-boot = ' 3.5.3 '
2+ spring-boot = ' 3.5.5 '
33nimbus-jose-jwt = ' 10.0.2'
44
55aws-msk-auth = ' 2.3.0'
@@ -149,8 +149,3 @@ prometheus-metrics-textformats = { module = 'io.prometheus:prometheus-metrics-ex
149149prometheus-metrics-exporter-pushgateway = { module = ' io.prometheus:prometheus-metrics-exporter-pushgateway' , version.ref = ' prometheus' }
150150
151151snappy = {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