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 4040
4141 <!-- Spring Boot related dependencies. Keep these in sync! -->
4242 <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>
4444 <mockito .version>5.14.2</mockito .version>
4545 <logback .version>1.5.18</logback .version>
4646 <slf4j .version>2.0.17</slf4j .version>
309309 </dependency >
310310 <dependency >
311311 <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 >
325313 <version >${junit.version} </version >
326314 <scope >test</scope >
327315 </dependency >
You can’t perform that action at this time.
0 commit comments