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'
@@ -38,9 +37,6 @@ testng = '7.10.0'
3837bonigarcia-webdrivermanager = ' 5.9.3'
3938aspectj = ' 1.9.21'
4039
41- # CVE fixes
42- netty = ' 4.1.119.Final'
43-
4440[plugins ]
4541spring-boot = { id = ' org.springframework.boot' , version.ref = ' spring-boot' }
4642spring-dependency-management = { id = ' io.spring.dependency-management' , version = ' 1.1.3' }
@@ -101,8 +97,6 @@ testcontainers = { module = 'org.testcontainers:testcontainers', version.ref = '
10197testcontainers-kafka = { module = ' org.testcontainers:kafka' , version.ref = ' testcontainers' }
10298testcontainers-jupiter = { module = ' org.testcontainers:junit-jupiter' , version.ref = ' testcontainers' }
10399
104- junit-jupiter-engine = { module = ' org.junit.jupiter:junit-jupiter-engine' , version.ref = ' junit' }
105-
106100mockito-core = { module = ' org.mockito:mockito-core' , version.ref = ' mockito' }
107101mockito-jupiter = { module = ' org.mockito:mockito-junit-jupiter' , version.ref = ' mockito' }
108102
@@ -126,12 +120,6 @@ aspectj = { module = 'org.aspectj:aspectjweaver', version.ref = 'aspectj' }
126120bonigarcia-webdrivermanager = { module = ' io.github.bonigarcia:webdrivermanager' , version.ref = ' bonigarcia-webdrivermanager' }
127121netty-resolver-dns-native = { module = ' io.netty:netty-resolver-dns-native-macos' }
128122
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-
135123# test scope
136124bouncycastle-bcpkix = { module = ' org.bouncycastle:bcpkix-jdk18on' , version = ' 1.80' }
137125
0 commit comments