diff --git a/app/build.gradle b/app/build.gradle index 32441d8f..980c282f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -125,6 +125,6 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' androidTestImplementation 'androidx.arch.core:core-testing:2.1.0' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.3' } diff --git a/benchmark/build.gradle b/benchmark/build.gradle index 216b38e1..004855ac 100644 --- a/benchmark/build.gradle +++ b/benchmark/build.gradle @@ -40,7 +40,7 @@ android { } dependencies { - implementation 'androidx.test.ext:junit:1.1.3' + implementation 'androidx.test.ext:junit:1.1.5' implementation 'androidx.test.espresso:espresso-core:3.4.0' implementation 'androidx.test.uiautomator:uiautomator:2.2.0' implementation 'androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha08'