diff --git a/app/build.gradle b/app/build.gradle index 175e4fe..c6943d8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -116,7 +116,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.16' testImplementation 'androidx.test:core:1.7.0' - testImplementation 'org.mockito:mockito-core:5.20.0' + testImplementation 'org.mockito:mockito-core:5.21.0' androidTestImplementation(project(":shared-test")) androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' androidTestImplementation 'androidx.test:runner:1.7.0'