Skip to content

Commit ecc4c67

Browse files
committed
upgrade to newest junit4 version
Signed-off-by: Andreas Schmid <[email protected]>
1 parent a43cf3f commit ecc4c67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ val skipSpotBugs by extra(hasProperty("skipSpotBugs"))
1515
println("Using skipSpotBugs = $skipSpotBugs for current build.")
1616

1717
// 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")
1919
println("Using JUnit4 version $junit4Version for current build.")
2020
val junitJupiterVersion by extra(findProperty("junitJupiterVersion")?.toString() ?: "5.7.0")
2121
println("Using JUnit Jupiter version $junitJupiterVersion for current build.")

junit4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>junit</groupId>
9393
<artifactId>junit</artifactId>
94-
<version>4.13</version>
94+
<version>4.13.1</version>
9595
<scope>provided</scope>
9696
</dependency>
9797

0 commit comments

Comments
 (0)