11[versions ]
2- spring-boot = ' 3.4.5 '
2+ spring-boot = ' 3.5.3 '
33
44aws-msk-auth = ' 2.3.0'
55azure-identity = ' 1.15.4'
@@ -21,7 +21,6 @@ lombok = '1.18.34'
2121odd-oddrn-generator = ' 0.1.17'
2222odd-oddrn-client = ' 0.1.41'
2323cel = ' 0.3.0'
24- junit = ' 5.11.2'
2524mockito = ' 5.16.0'
2625okhttp3 = ' 4.12.0'
2726testcontainers = ' 1.20.6'
@@ -101,8 +100,6 @@ testcontainers = { module = 'org.testcontainers:testcontainers', version.ref = '
101100testcontainers-kafka = { module = ' org.testcontainers:kafka' , version.ref = ' testcontainers' }
102101testcontainers-jupiter = { module = ' org.testcontainers:junit-jupiter' , version.ref = ' testcontainers' }
103102
104- junit-jupiter-engine = { module = ' org.junit.jupiter:junit-jupiter-engine' , version.ref = ' junit' }
105-
106103mockito-core = { module = ' org.mockito:mockito-core' , version.ref = ' mockito' }
107104mockito-jupiter = { module = ' org.mockito:mockito-junit-jupiter' , version.ref = ' mockito' }
108105
@@ -130,7 +127,7 @@ netty-resolver-dns-native = { module = 'io.netty:netty-resolver-dns-native-macos
130127json-smart = { module = ' net.minidev:json-smart' , version = ' 2.5.2' }
131128netty-common = { module = ' io.netty:netty-common' , version.ref = ' netty' }
132129netty-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 ' }
134131
135132# test scope
136133bouncycastle-bcpkix = { module = ' org.bouncycastle:bcpkix-jdk18on' , version = ' 1.80' }
0 commit comments