Skip to content

Commit

Permalink
Merge pull request #14 from nstdio/254fdependabot/gradle/junitVersion…
Browse files Browse the repository at this point in the history
…-5.8.1

chore(deps): Bump junitVersion from 5.8.0-RC1 to 5.8.1
  • Loading branch information
nstdio authored Sep 25, 2021
2 parents fb031b3 + 12fb5de commit de61dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {

def isCI = Boolean.parseBoolean(System.getenv("CI"))
ext {
junitVersion = '5.8.0-RC1'
junitVersion = '5.8.1'
commonIoVersion = '1.3.2'
assertJVersion = '3.21.0'
jsonPathAssertVersion = '2.6.0'
Expand Down

0 comments on commit de61dd5

Please sign in to comment.