diff --git a/build.gradle b/build.gradle index 776ccfd2e..a2eb01573 100644 --- a/build.gradle +++ b/build.gradle @@ -176,7 +176,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.14.2' + androidTestImplementation 'org.mockito:mockito-android:5.15.2' androidTestUtil 'androidx.test:orchestrator:1.5.1' }