File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<properties >
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
- <junit .version>5.11.4 </junit .version>
14
+ <junit .version>5.12.1 </junit .version>
15
15
<surefire .version>3.5.2</surefire .version>
16
16
<archunit .version>1.4.0</archunit .version>
17
17
<graalvm .version>24.1.2</graalvm .version>
431
431
<dependency >
432
432
<groupId >org.junit.jupiter</groupId >
433
433
<artifactId >junit-jupiter</artifactId >
434
- <version >${junit.version} </version >
435
434
<scope >test</scope >
436
435
</dependency >
437
436
<dependency >
476
475
<scope >test</scope >
477
476
</dependency >
478
477
</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 >
479
489
</project >
You can’t perform that action at this time.
0 commit comments