File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 40
40
41
41
<!-- Spring Boot related dependencies. Keep these in sync! -->
42
42
<spring-boot .version>3.4.4</spring-boot .version>
43
- <junit .version>5.11.4 </junit .version>
43
+ <junit .version>5.12.2 </junit .version>
44
44
<mockito .version>5.14.2</mockito .version>
45
45
<logback .version>1.5.18</logback .version>
46
46
<slf4j .version>2.0.17</slf4j .version>
309
309
</dependency >
310
310
<dependency >
311
311
<groupId >org.junit.jupiter</groupId >
312
- <artifactId >junit-jupiter-engine</artifactId >
313
- <version >${junit.version} </version >
314
- <scope >test</scope >
315
- </dependency >
316
- <dependency >
317
- <groupId >org.junit.jupiter</groupId >
318
- <artifactId >junit-jupiter-params</artifactId >
319
- <version >${junit.version} </version >
320
- <scope >test</scope >
321
- </dependency >
322
- <dependency >
323
- <groupId >org.junit.jupiter</groupId >
324
- <artifactId >junit-jupiter-migrationsupport</artifactId >
312
+ <artifactId >junit-jupiter</artifactId >
325
313
<version >${junit.version} </version >
326
314
<scope >test</scope >
327
315
</dependency >
You can’t perform that action at this time.
0 commit comments