@@ -50,9 +50,9 @@ under the License.
50
50
<properties >
51
51
<flink .version>1.16.0</flink .version>
52
52
53
- <junit5 .version>5.9 .1</junit5 .version>
53
+ <junit5 .version>5.10 .1</junit5 .version>
54
54
<assertj .version>3.23.1</assertj .version>
55
- <testcontainers .version>1.17.2 </testcontainers .version>
55
+ <testcontainers .version>1.19.3 </testcontainers .version>
56
56
<mockito .version>3.4.6</mockito .version>
57
57
<hamcrest .version>1.3</hamcrest .version>
58
58
@@ -84,10 +84,11 @@ under the License.
84
84
85
85
<!-- Test dependencies -->
86
86
<dependency >
87
- <groupId >org.junit.jupiter </groupId >
88
- <artifactId >junit-jupiter </artifactId >
87
+ <groupId >org.junit</groupId >
88
+ <artifactId >junit-bom </artifactId >
89
89
<version >${junit5.version} </version >
90
- <scope >test</scope >
90
+ <type >pom</type >
91
+ <scope >import</scope >
91
92
</dependency >
92
93
93
94
<dependency >
@@ -256,25 +257,32 @@ under the License.
256
257
257
258
<!-- For dependency convergence -->
258
259
<dependency >
259
- <groupId >org.junit.platform </groupId >
260
- <artifactId >junit-platform -engine</artifactId >
261
- <version >1.9.1 </version >
260
+ <groupId >org.junit.vintage </groupId >
261
+ <artifactId >junit-vintage -engine</artifactId >
262
+ <version >${junit5.version} </version >
262
263
</dependency >
263
264
264
265
<!-- For dependency convergence -->
265
266
<dependency >
266
- <groupId >com.esotericsoftware.kryo </groupId >
267
- <artifactId >kryo </artifactId >
268
- <version >2.24.0 </version >
267
+ <groupId >org.junit.platform </groupId >
268
+ <artifactId >junit-platform-engine </artifactId >
269
+ <version >1.10.1 </version >
269
270
</dependency >
270
271
271
272
<!-- For dependency convergence -->
272
273
<dependency >
273
274
<groupId >org.junit.jupiter</groupId >
274
- <artifactId >junit-jupiter-api </artifactId >
275
+ <artifactId >junit-jupiter</artifactId >
275
276
<version >${junit5.version} </version >
276
277
</dependency >
277
278
279
+ <!-- For dependency convergence -->
280
+ <dependency >
281
+ <groupId >com.esotericsoftware.kryo</groupId >
282
+ <artifactId >kryo</artifactId >
283
+ <version >2.24.0</version >
284
+ </dependency >
285
+
278
286
<!-- For dependency convergence -->
279
287
<dependency >
280
288
<groupId >net.bytebuddy</groupId >
@@ -296,6 +304,13 @@ under the License.
296
304
<version >2.6</version >
297
305
</dependency >
298
306
307
+ <!-- For dependency convergence -->
308
+ <dependency >
309
+ <groupId >org.apache.commons</groupId >
310
+ <artifactId >commons-compress</artifactId >
311
+ <version >1.24.0</version >
312
+ </dependency >
313
+
299
314
</dependencies >
300
315
</dependencyManagement >
301
316
0 commit comments