From cfacb9399be0a1db40a3e02d290d2db0eedc2e81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:13:31 +0000 Subject: [PATCH] Update dependency org.mockito:mockito-core to v5 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e10456e..d4a2321 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -151,7 +151,7 @@ dependencies { implementation 'androidx.test.espresso:espresso-contrib:3.4.0' // Needed for idler implementation 'com.squareup.okhttp3:okhttp:4.9.1' testImplementation 'junit:junit:4.13' - testImplementation 'org.mockito:mockito-core:3.11.2' + testImplementation 'org.mockito:mockito-core:5.14.2' testImplementation 'org.robolectric:robolectric:4.2.1' // Can't be upgraded until #5454 is fixed testImplementation 'androidx.test:core:1.4.0' testImplementation 'androidx.test:rules:1.4.0'