diff --git a/app/build.gradle b/app/build.gradle index f68ed43b8..392f4c4fc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -104,7 +104,7 @@ dependencies { implementation 'com.ibm.icu:icu4j:60.2' testImplementation 'androidx.test.ext:junit:1.1.3' //noinspection GradleDependency - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' testImplementation 'org.json:json:20190722' testImplementation 'org.powermock:powermock-api-mockito2:2.0.9' testImplementation 'org.powermock:powermock-classloading-xstream:2.0.9' @@ -115,7 +115,7 @@ dependencies { androidTestImplementation 'com.squareup.okhttp:okhttp:2.7.5' androidTestImplementation 'androidx.test.espresso:espresso-web:3.4.0' //noinspection GradleDependency - androidTestImplementation 'junit:junit:4.12' + androidTestImplementation 'junit:junit:4.13.2' } task installAUT(type: Exec) {