1
1
[versions ]
2
- spring-boot = ' 3.4.5 '
2
+ spring-boot = ' 3.5.3 '
3
3
4
4
aws-msk-auth = ' 2.3.0'
5
5
azure-identity = ' 1.15.4'
@@ -21,7 +21,6 @@ lombok = '1.18.34'
21
21
odd-oddrn-generator = ' 0.1.17'
22
22
odd-oddrn-client = ' 0.1.41'
23
23
cel = ' 0.3.0'
24
- junit = ' 5.11.2'
25
24
mockito = ' 5.16.0'
26
25
okhttp3 = ' 4.12.0'
27
26
testcontainers = ' 1.20.6'
@@ -101,8 +100,6 @@ testcontainers = { module = 'org.testcontainers:testcontainers', version.ref = '
101
100
testcontainers-kafka = { module = ' org.testcontainers:kafka' , version.ref = ' testcontainers' }
102
101
testcontainers-jupiter = { module = ' org.testcontainers:junit-jupiter' , version.ref = ' testcontainers' }
103
102
104
- junit-jupiter-engine = { module = ' org.junit.jupiter:junit-jupiter-engine' , version.ref = ' junit' }
105
-
106
103
mockito-core = { module = ' org.mockito:mockito-core' , version.ref = ' mockito' }
107
104
mockito-jupiter = { module = ' org.mockito:mockito-junit-jupiter' , version.ref = ' mockito' }
108
105
@@ -130,7 +127,7 @@ netty-resolver-dns-native = { module = 'io.netty:netty-resolver-dns-native-macos
130
127
json-smart = { module = ' net.minidev:json-smart' , version = ' 2.5.2' }
131
128
netty-common = { module = ' io.netty:netty-common' , version.ref = ' netty' }
132
129
netty-handler = { module = ' io.netty:netty-handler' , version.ref = ' netty' }
133
- spring-context = { module = ' org.springframework:spring-context' , version = ' 6.2.7 ' }
130
+ spring-context = { module = ' org.springframework:spring-context' , version = ' 6.2.8 ' }
134
131
135
132
# test scope
136
133
bouncycastle-bcpkix = { module = ' org.bouncycastle:bcpkix-jdk18on' , version = ' 1.80' }
0 commit comments