File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
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.12.1 </junit .version>
14
+ <junit .version>5.11.4 </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 >
434
435
<scope >test</scope >
435
436
</dependency >
436
437
<dependency >
475
476
<scope >test</scope >
476
477
</dependency >
477
478
</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 >
489
479
</project >
You can’t perform that action at this time.
0 commit comments