diff --git a/build.gradle b/build.gradle index a367a5974..40064148d 100644 --- a/build.gradle +++ b/build.gradle @@ -160,7 +160,7 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.5.0' androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' - androidTestImplementation 'org.mockito:mockito-android:5.5.0' + androidTestImplementation 'org.mockito:mockito-android:5.8.0' androidTestUtil 'androidx.test:orchestrator:1.4.2' }