From 2b8535fdeab3a8c8b69b11203a9b5dd2ffdf39f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:34:46 +0000 Subject: [PATCH] Update dependency org.mockito:mockito-core to v5.23.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 3251884..de604be 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -51,7 +51,7 @@ android { dependencies { testImplementation("org.jetbrains.kotlin:kotlin-test") - testImplementation("org.mockito:mockito-core:5.19.0") + testImplementation("org.mockito:mockito-core:5.23.0") } testOptions {