Update junit dependency 4.12 -> 4.13.2 in tests

This commit is contained in:
Nikolay Krasko
2021-11-23 15:30:59 +03:00
committed by TeamCityServer
parent af8faadca5
commit 317b0b4495
28 changed files with 31 additions and 31 deletions
@@ -108,7 +108,7 @@ tasks.withType(JavaCompile) {
dependencies {
implementation fileTree(dir: 'libs', include: ['kotlin-test.jar', 'kotlin-stdlib.jar'])
androidTestImplementation 'junit:junit:4.12'
androidTestImplementation 'junit:junit:4.13.2'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
android.applicationVariants.all { variant ->