From c0592128835bfbab411c0a8ae902d25d7ed4a4f8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Apr 2022 22:36:19 +0000 Subject: [PATCH] Update dependency org.mockito:mockito-core to v4 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e10456e..0c51512 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:4.5.1' 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'