File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
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.11.4 </junit .version>
14+ <junit .version>5.12.1 </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 >
435434 <scope >test</scope >
436435 </dependency >
437436 <dependency >
476475 <scope >test</scope >
477476 </dependency >
478477 </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 >
479489</project >
You can’t perform that action at this time.
0 commit comments