Skip to content

BE: Chore: Bump Spring Boot to 3.5.5 #1286

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ dependencies {
// CVE Fixes
implementation libs.apache.commons.compress
implementation libs.okhttp3.logging.intercepter
implementation libs.reactor.netty.http
implementation libs.netty.codec.http2
// CVE Fixes End

implementation libs.modelcontextprotocol.spring.webflux
Expand Down
7 changes: 1 addition & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
spring-boot = '3.5.3'
spring-boot = '3.5.5'
nimbus-jose-jwt = '10.0.2'

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

snappy = {module = 'org.xerial.snappy:snappy-java', version = '1.1.10.7'}

# CVE fixes
reactor-netty-http = {module = 'io.projectreactor.netty:reactor-netty-http', version = '1.2.8'}
# Fixes https://www.cve.org/CVERecord?id=CVE-2025-55163
netty-codec-http2 = {module = 'io.netty:netty-codec-http2', version = '4.1.124.Final'}
Loading