File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 1111
1212 <properties >
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14- <junit .version>5.12.1 </junit .version>
14+ <junit .version>5.11.4 </junit .version>
1515 <surefire .version>3.5.2</surefire .version>
1616 <archunit .version>1.4.0</archunit .version>
1717 <graalvm .version>24.1.2</graalvm .version>
431431 <dependency >
432432 <groupId >org.junit.jupiter</groupId >
433433 <artifactId >junit-jupiter</artifactId >
434+ <version >${junit.version} </version >
434435 <scope >test</scope >
435436 </dependency >
436437 <dependency >
475476 <scope >test</scope >
476477 </dependency >
477478 </dependencies >
478- <dependencyManagement >
479- <dependencies >
480- <dependency >
481- <groupId >org.junit</groupId >
482- <artifactId >junit-bom</artifactId >
483- <version >${junit.version} </version >
484- <type >pom</type >
485- <scope >import</scope >
486- </dependency >
487- </dependencies >
488- </dependencyManagement >
489479</project >
You can’t perform that action at this time.
0 commit comments