Skip to content

Commit ad84806

Browse files
committed
BE: Chore: Bump Spring Boot to 3.5.3
1 parent bbf5c3a commit ad84806

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
spring-boot = '3.4.5'
2+
spring-boot = '3.5.3'
33

44
aws-msk-auth = '2.3.0'
55
azure-identity = '1.15.4'
@@ -21,7 +21,9 @@ lombok = '1.18.34'
2121
odd-oddrn-generator = '0.1.17'
2222
odd-oddrn-client = '0.1.41'
2323
cel = '0.3.0'
24-
junit = '5.11.2'
24+
# This version should be compatible with the version used by spring-boot-starter-test to avoid conflicts
25+
# See https://github.com/spring-projects/spring-boot/blob/b6b570ebebb6ea233e00af5e554adcf40256f224/gradle.properties#L16C21-L16C27
26+
junit = '5.13.1'
2527
mockito = '5.16.0'
2628
okhttp3 = '4.12.0'
2729
testcontainers = '1.20.6'
@@ -126,12 +128,6 @@ aspectj = { module = 'org.aspectj:aspectjweaver', version.ref = 'aspectj' }
126128
bonigarcia-webdrivermanager = { module = 'io.github.bonigarcia:webdrivermanager', version.ref = 'bonigarcia-webdrivermanager' }
127129
netty-resolver-dns-native = { module = 'io.netty:netty-resolver-dns-native-macos' }
128130

129-
# CVE fixes
130-
json-smart = { module = 'net.minidev:json-smart', version = '2.5.2' }
131-
netty-common = { module = 'io.netty:netty-common', version.ref = 'netty' }
132-
netty-handler = { module = 'io.netty:netty-handler', version.ref = 'netty' }
133-
spring-context = { module = 'org.springframework:spring-context', version = '6.2.7' }
134-
135131
# test scope
136132
bouncycastle-bcpkix = { module = 'org.bouncycastle:bcpkix-jdk18on', version = '1.80' }
137133

0 commit comments

Comments
 (0)