File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ val skipSpotBugs by extra(hasProperty("skipSpotBugs"))
15
15
println (" Using skipSpotBugs = $skipSpotBugs for current build." )
16
16
17
17
// set default junit versions if not set via command line
18
- val junit4Version by extra(findProperty(" junit4Version" )?.toString() ? : " 4.13" )
18
+ val junit4Version by extra(findProperty(" junit4Version" )?.toString() ? : " 4.13.1 " )
19
19
println (" Using JUnit4 version $junit4Version for current build." )
20
20
val junitJupiterVersion by extra(findProperty(" junitJupiterVersion" )?.toString() ? : " 5.7.0" )
21
21
println (" Using JUnit Jupiter version $junitJupiterVersion for current build." )
Original file line number Diff line number Diff line change 91
91
<dependency >
92
92
<groupId >junit</groupId >
93
93
<artifactId >junit</artifactId >
94
- <version >4.13</version >
94
+ <version >4.13.1 </version >
95
95
<scope >provided</scope >
96
96
</dependency >
97
97
You can’t perform that action at this time.
0 commit comments