diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 22ee4c46..de257f58 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -98,7 +98,7 @@ dependencies { testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.2.1") androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") - testImplementation("org.mockito:mockito-core:2.7.22") + testImplementation("org.mockito:mockito-core:5.13.0") // Basic Android stuff api("androidx.core:core-ktx:1.9.0")