From a43c3b5e441d206fbe96f962e45be93f7b892141 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 00:42:40 +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> --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 3889c3e3..efa9f1bf 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -157,7 +157,7 @@ dependencies { ktlint "com.pinterest.ktlint:ktlint-cli:1.8.0" testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.22.0' + testImplementation 'org.mockito:mockito-core:5.23.0' } afterEvaluate {