diff --git a/app/build.gradle b/app/build.gradle index 32441d8f..3789e93b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -123,7 +123,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.4.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation 'androidx.arch.core:core-testing:2.1.0' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.3' diff --git a/benchmark/build.gradle b/benchmark/build.gradle index 216b38e1..c6f1e09f 100644 --- a/benchmark/build.gradle +++ b/benchmark/build.gradle @@ -41,7 +41,7 @@ android { dependencies { implementation 'androidx.test.ext:junit:1.1.3' - implementation 'androidx.test.espresso:espresso-core:3.4.0' + implementation 'androidx.test.espresso:espresso-core:3.5.1' implementation 'androidx.test.uiautomator:uiautomator:2.2.0' implementation 'androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha08' }