Skip to content

Commit 47838bd

Browse files
yeikelgermanosin
andauthored
BE: Chore: Bump Spring Boot to 3.5.6 (#1354)
Co-authored-by: German Osin <german.osin@gmail.com>
1 parent be023b8 commit 47838bd

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

api/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ dependencies {
7272
// CVE Fixes
7373
implementation libs.apache.commons.compress
7474
implementation libs.okhttp3.logging.intercepter
75-
// START Fixes https://www.cve.org/CVERecord?id=CVE-2025-58056 and https://www.cve.org/CVERecord?id=CVE-2025-58057
76-
implementation libs.netty.codec
77-
implementation libs.netty.codec.http
78-
// END Fixes https://www.cve.org/CVERecord?id=CVE-2025-58056 and https://www.cve.org/CVERecord?id=CVE-2025-58057
79-
// CVE Fixes End
80-
8175

8276
implementation libs.modelcontextprotocol.spring.webflux
8377
implementation libs.victools.jsonschema.generator

gradle/libs.versions.toml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[versions]
2-
spring-boot = '3.5.5'
2+
spring-boot = '3.5.6'
33
nimbus-jose-jwt = '10.0.2'
4-
netty = '4.1.125.Final'
54

65
aws-msk-auth = '2.3.0'
76
azure-identity = '1.15.4'
@@ -155,11 +154,4 @@ snappy = {module = 'org.xerial.snappy:snappy-java', version = '1.1.10.7'}
155154

156155
lucene = {module = 'org.apache.lucene:lucene-core', version.ref = 'lucene'}
157156
lucene-queryparser = {module = 'org.apache.lucene:lucene-queryparser', version.ref = 'lucene'}
158-
lucene-analysis-common = {module = 'org.apache.lucene:lucene-analysis-common', version.ref = 'lucene'}
159-
160-
# CVE fixes
161-
# START Fixes https://www.cve.org/CVERecord?id=CVE-2025-58056 and https://www.cve.org/CVERecord?id=CVE-2025-58057
162-
netty-codec = {module = 'io.netty:netty-codec', version.ref = 'netty'}
163-
netty-codec-http = {module = 'io.netty:netty-codec-http', version.ref = 'netty'}
164-
# END Fixes https://www.cve.org/CVERecord?id=CVE-2025-58056 and https://www.cve.org/CVERecord?id=CVE-2025-58057
165-
157+
lucene-analysis-common = {module = 'org.apache.lucene:lucene-analysis-common', version.ref = 'lucene'}

0 commit comments

Comments
 (0)