Upgrade junit to 4.13.1

pull/2668/head
Romain Vimont 3 years ago
parent 7a733328bc
commit c548f017bf

@ -20,7 +20,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.13'
testImplementation 'junit:junit:4.13.1'
}
apply from: "$project.rootDir/config/android-checkstyle.gradle"

Loading…
Cancel
Save