Upgrade junit to 4.13.2

This commit is contained in:
Romain Vimont 2022-12-21 13:28:08 +01:00
parent bd1deffa70
commit b51841e85d

View file

@ -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"