Skip to content

Commit

Permalink
upgrade to newest junit4 version
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schmid <[email protected]>
  • Loading branch information
aaschmid committed Nov 6, 2020
1 parent a43cf3f commit ecc4c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val skipSpotBugs by extra(hasProperty("skipSpotBugs"))
println("Using skipSpotBugs = $skipSpotBugs for current build.")

// set default junit versions if not set via command line
val junit4Version by extra(findProperty("junit4Version")?.toString() ?: "4.13")
val junit4Version by extra(findProperty("junit4Version")?.toString() ?: "4.13.1")
println("Using JUnit4 version $junit4Version for current build.")
val junitJupiterVersion by extra(findProperty("junitJupiterVersion")?.toString() ?: "5.7.0")
println("Using JUnit Jupiter version $junitJupiterVersion for current build.")
Expand Down
2 changes: 1 addition & 1 deletion junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.1</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit ecc4c67

Please sign in to comment.