diff --git a/build.gradle b/build.gradle index f796b83ea..5e21aac72 100644 --- a/build.gradle +++ b/build.gradle @@ -158,7 +158,7 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.7.0' androidTestImplementation 'androidx.test:runner:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' - androidTestImplementation 'org.mockito:mockito-android:5.18.0' + androidTestImplementation 'org.mockito:mockito-android:5.19.0' androidTestUtil 'androidx.test:orchestrator:1.6.1' }