From 51fdf02cf5f5f613de6cd73348b374916b1de1c2 Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 5 Oct 2024 01:09:02 +0000 Subject: [PATCH] Update dependency org.mockito:mockito-core to v5.14.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 230e038e8..08e8b9281 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -207,7 +207,7 @@ dependencies { implementation 'androidx.camera:camera-lifecycle:1.3.4' testImplementation "junit:junit:4.13.2" - testImplementation "org.mockito:mockito-core:5.14.0" + testImplementation "org.mockito:mockito-core:5.14.1" testImplementation "org.robolectric:robolectric:4.13" testImplementation "org.hamcrest:hamcrest-library:3.0"