build.gradle: Update JUnit to 4.13.1.

This commit is contained in:
Andreas Schildbach 2021-02-11 14:02:24 +01:00
parent 1199492365
commit d6b5d697da

View file

@ -20,7 +20,7 @@ dependencies {
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'org.json:json:20090211' // provided by Android
implementation 'net.sf.kxml:kxml2:2.3.0' // provided by Android
testImplementation 'junit:junit:4.13'
testImplementation 'junit:junit:4.13.1'
testRuntime 'org.slf4j:slf4j-jdk14:1.7.30'
}