From aaef4ca02059200e6af37d76c3c4bb98ffb16f52 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sat, 25 Jan 2020 02:00:45 +0100 Subject: [PATCH] Update JUnit to 4.13. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a536830e..9eb36ab7 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ dependencies { compile 'com.google.code.findbugs:jsr305:3.0.2' compile 'org.json:json:20090211' // provided by Android compile 'net.sf.kxml:kxml2:2.3.0' // provided by Android - testCompile 'junit:junit:4.12' + testCompile 'junit:junit:4.13' testRuntime 'org.slf4j:slf4j-jdk14:1.7.29' }