Skip to content

Commit

Permalink
Upgrade junit to 4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Dec 21, 2022
1 parent bd1deff commit b51841e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
}

dependencies {
testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'
}

apply from: "$project.rootDir/config/android-checkstyle.gradle"

0 comments on commit b51841e

Please sign in to comment.