build.gradle: update JUnit to 4.13.2

This commit is contained in:
Andreas Schildbach 2021-12-14 11:45:39 +01:00
parent 04378aa638
commit d036581344

View file

@ -15,7 +15,7 @@ dependencies {
implementation 'org.slf4j:slf4j-api:1.7.32'
implementation 'net.jcip:jcip-annotations:1.0'
compileOnly 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.easymock:easymock:3.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.5.2'
testImplementation 'org.slf4j:slf4j-jdk14:1.7.32'