Skip to content

Commit 9d11e8a

Browse files
YeikelYeikel
authored andcommitted
Revert "BE: Chore: Bump Spring Boot to 3.5.5 (kafbat#1286)"
This reverts commit d1b55ae.
1 parent 5f439f3 commit 9d11e8a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

api/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

gradle/libs.versions.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
spring-boot = '3.5.5'
2+
spring-boot = '3.5.3'
33
nimbus-jose-jwt = '10.0.2'
44

55
aws-msk-auth = '2.3.0'
@@ -149,3 +149,8 @@ prometheus-metrics-textformats = { module = 'io.prometheus:prometheus-metrics-ex
149149
prometheus-metrics-exporter-pushgateway = { module = 'io.prometheus:prometheus-metrics-exporter-pushgateway', version.ref = 'prometheus'}
150150

151151
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'}

0 commit comments

Comments
 (0)