build.gradle: Update JUnit to 4.13.2.

This commit is contained in:
Andreas Schildbach 2021-09-18 13:05:01 +02:00
parent f3619863b1
commit 638aae351f

View file

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