From e1d2adebc94350384a36827022e6b204bca68929 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 08:37:21 +0000 Subject: [PATCH] fix(deps): update dependency org.mockito:mockito-core to v5.19.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 61710852..0c0a331d 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -140,7 +140,7 @@ dependencies { ktlint "com.pinterest.ktlint:ktlint-cli:1.7.1" testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.18.0' + testImplementation 'org.mockito:mockito-core:5.19.0' } afterEvaluate {