diff --git a/build.gradle b/build.gradle index d377b2c25..9dd4c05af 100644 --- a/build.gradle +++ b/build.gradle @@ -143,7 +143,7 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.6.1' androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' - androidTestImplementation 'org.mockito:mockito-android:5.13.0' + androidTestImplementation 'org.mockito:mockito-android:5.14.0' androidTestUtil 'androidx.test:orchestrator:1.5.0' }