File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 204
204
<scope >test</scope >
205
205
</dependency >
206
206
<dependency >
207
- <groupId >junit</groupId >
208
- <artifactId >junit</artifactId >
207
+ <groupId >org.junit.platform</groupId >
208
+ <artifactId >junit-platform-launcher</artifactId >
209
+ <scope >test</scope >
210
+ </dependency >
211
+ <dependency >
212
+ <groupId >org.junit.jupiter</groupId >
213
+ <artifactId >junit-jupiter-engine</artifactId >
214
+ <scope >test</scope >
215
+ </dependency >
216
+ <dependency >
217
+ <groupId >org.junit.vintage</groupId >
218
+ <artifactId >junit-vintage-engine</artifactId >
209
219
<scope >test</scope >
210
220
</dependency >
211
221
<dependency >
270
280
<version >1.2.5</version >
271
281
</dependency >
272
282
<dependency >
273
- <groupId >junit</groupId >
274
- <artifactId >junit</artifactId >
275
- <version >4.13.2</version >
283
+ <groupId >org.junit</groupId >
284
+ <artifactId >junit-bom</artifactId >
285
+ <version >5.8.2</version >
286
+ <type >pom</type >
287
+ <scope >import</scope >
276
288
</dependency >
277
289
<dependency >
278
290
<groupId >org.hamcrest</groupId >
You can’t perform that action at this time.
0 commit comments