From ebd34925f7e7b95a5b960450d8fc0e3931b56cd8 Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 5 Apr 2025 01:02:14 +0000 Subject: [PATCH] Update dependency org.mockito:mockito-core to v5.17.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fd5ad9d43..45cda8d50 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -207,7 +207,7 @@ dependencies { implementation 'androidx.camera:camera-lifecycle:1.4.2' testImplementation "junit:junit:4.13.2" - testImplementation "org.mockito:mockito-core:5.16.1" + testImplementation "org.mockito:mockito-core:5.17.0" testImplementation "org.robolectric:robolectric:4.14.1" testImplementation "org.hamcrest:hamcrest-library:3.0"