From c72966bc6c6d050400b3851fcb339a5bc36b8590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rebelo?= Date: Sun, 15 Sep 2024 10:19:19 +0100 Subject: [PATCH] Update mockito to 5.13.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2b85ea951..17d738067 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.12.0" + testImplementation "org.mockito:mockito-core:5.13.0" testImplementation "org.robolectric:robolectric:4.13" testImplementation "org.hamcrest:hamcrest-library:3.0"