diff --git a/app/build.gradle b/app/build.gradle index f53e3613f..248ffff71 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -289,7 +289,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.8.0' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:4.11.0' + testImplementation 'org.mockito:mockito-core:5.0.0' androidTestImplementation "androidx.test:core:1.5.0"