Skip to content

Commit

Permalink
Updated JUnit to 4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wglanzer committed Nov 23, 2021
1 parent 8e5e81a commit 1784363
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 @@ -20,5 +20,5 @@ intellij {

dependencies {
implementation(files("libs/swag.jar", "libs/swexpl.jar"))
testImplementation("junit:junit:4.12")
testImplementation('junit:junit:4.13.2')
}

0 comments on commit 1784363

Please sign in to comment.