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'
@@ -38,9 +37,6 @@ testng = '7.10.0'
38
37
bonigarcia-webdrivermanager = ' 5.9.3'
39
38
aspectj = ' 1.9.21'
40
39
41
- # CVE fixes
42
- netty = ' 4.1.119.Final'
43
-
44
40
[plugins ]
45
41
spring-boot = { id = ' org.springframework.boot' , version.ref = ' spring-boot' }
46
42
spring-dependency-management = { id = ' io.spring.dependency-management' , version = ' 1.1.3' }
@@ -101,8 +97,6 @@ testcontainers = { module = 'org.testcontainers:testcontainers', version.ref = '
101
97
testcontainers-kafka = { module = ' org.testcontainers:kafka' , version.ref = ' testcontainers' }
102
98
testcontainers-jupiter = { module = ' org.testcontainers:junit-jupiter' , version.ref = ' testcontainers' }
103
99
104
- junit-jupiter-engine = { module = ' org.junit.jupiter:junit-jupiter-engine' , version.ref = ' junit' }
105
-
106
100
mockito-core = { module = ' org.mockito:mockito-core' , version.ref = ' mockito' }
107
101
mockito-jupiter = { module = ' org.mockito:mockito-junit-jupiter' , version.ref = ' mockito' }
108
102
@@ -126,12 +120,6 @@ aspectj = { module = 'org.aspectj:aspectjweaver', version.ref = 'aspectj' }
126
120
bonigarcia-webdrivermanager = { module = ' io.github.bonigarcia:webdrivermanager' , version.ref = ' bonigarcia-webdrivermanager' }
127
121
netty-resolver-dns-native = { module = ' io.netty:netty-resolver-dns-native-macos' }
128
122
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
-
135
123
# test scope
136
124
bouncycastle-bcpkix = { module = ' org.bouncycastle:bcpkix-jdk18on' , version = ' 1.80' }
137
125
0 commit comments