@@ -50,7 +50,7 @@ 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
55
<testcontainers .version>1.17.2</testcontainers .version>
56
56
<mockito .version>3.4.6</mockito .version>
@@ -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 >
@@ -258,21 +259,21 @@ under the License.
258
259
<dependency >
259
260
<groupId >org.junit.platform</groupId >
260
261
<artifactId >junit-platform-engine</artifactId >
261
- <version >1.9 .1</version >
262
+ <version >1.10 .1</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.jupiter </groupId >
268
+ <artifactId >junit-jupiter </artifactId >
269
+ <version >${junit5.version} </version >
269
270
</dependency >
270
271
271
272
<!-- For dependency convergence -->
272
273
<dependency >
273
- <groupId >org.junit.jupiter </groupId >
274
- <artifactId >junit-jupiter-api </artifactId >
275
- <version >${junit5.version} </version >
274
+ <groupId >com.esotericsoftware.kryo </groupId >
275
+ <artifactId >kryo </artifactId >
276
+ <version >2.24.0 </version >
276
277
</dependency >
277
278
278
279
<!-- For dependency convergence -->
@@ -296,6 +297,13 @@ under the License.
296
297
<version >2.6</version >
297
298
</dependency >
298
299
300
+ <!-- For dependency convergence -->
301
+ <dependency >
302
+ <groupId >org.apache.commons</groupId >
303
+ <artifactId >commons-compress</artifactId >
304
+ <version >1.24.0</version >
305
+ </dependency >
306
+
299
307
</dependencies >
300
308
</dependencyManagement >
301
309
0 commit comments