Skip to content

Commit 75f91d4

Browse files
committed
BE: Chore: Bump Spring Boot to 3.5.3
1 parent 7f97f71 commit 75f91d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 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,7 @@ 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+
junit = '5.12.2'
2525
mockito = '5.16.0'
2626
okhttp3 = '4.12.0'
2727
testcontainers = '1.20.6'
@@ -130,7 +130,7 @@ netty-resolver-dns-native = { module = 'io.netty:netty-resolver-dns-native-macos
130130
json-smart = { module = 'net.minidev:json-smart', version = '2.5.2' }
131131
netty-common = { module = 'io.netty:netty-common', version.ref = 'netty' }
132132
netty-handler = { module = 'io.netty:netty-handler', version.ref = 'netty' }
133-
spring-context = { module = 'org.springframework:spring-context', version = '6.2.7' }
133+
spring-context = { module = 'org.springframework:spring-context', version = '6.2.8' }
134134

135135
# test scope
136136
bouncycastle-bcpkix = { module = 'org.bouncycastle:bcpkix-jdk18on', version = '1.80' }

0 commit comments

Comments
 (0)