diff --git a/app/build.gradle b/app/build.gradle index 8fc997f7a..94da94140 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -136,7 +136,7 @@ dependencies { // Tests testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.13' - testImplementation 'org.mockito:mockito-core:5.14.1' + testImplementation 'org.mockito:mockito-core:5.14.2' testImplementation 'androidx.test:core:1.6.1' testImplementation 'androidx.arch.core:core-testing:2.2.0' }