From c2f0b330b77b92861ae7e0feed58be489f9c2654 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 00:41:56 +0000 Subject: [PATCH] fix(deps): update dependency org.mockito:mockito-core to v5.23.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 8856c0803..21a073c1d 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -81,7 +81,7 @@ dependencies { // dependencies for tests testImplementation "junit:junit:$junit_version" - testImplementation 'org.mockito:mockito-core:5.22.0' + testImplementation 'org.mockito:mockito-core:5.23.0' testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0' // dependencies for instrumented tests