diff --git a/build.gradle b/build.gradle index 80ed87f66b..bdf100893f 100644 --- a/build.gradle +++ b/build.gradle @@ -134,7 +134,7 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.5.0' androidTestImplementation 'androidx.test:runner:1.5.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' - androidTestImplementation 'org.mockito:mockito-android:4.8.1' + androidTestImplementation 'org.mockito:mockito-android:4.9.0' androidTestUtil 'androidx.test:orchestrator:1.4.2' }