File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ dependencies {
6868 // CVE Fixes
6969 implementation libs. apache. commons. compress
7070 implementation libs. okhttp3. logging. intercepter
71+ implementation libs. reactor. netty. http
72+ implementation libs. netty. codec. http2
7173 // CVE Fixes End
7274
7375 implementation libs. modelcontextprotocol. spring. webflux
Original file line number Diff line number Diff line change 11[versions ]
2- spring-boot = ' 3.5.5 '
2+ spring-boot = ' 3.5.3 '
33nimbus-jose-jwt = ' 10.0.2'
44
55aws-msk-auth = ' 2.3.0'
@@ -149,3 +149,8 @@ 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