From c4e68ad177f6b205480deddb4c37cedba94911cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 16:26:34 +0000 Subject: [PATCH] fix(deps): update dependency org.mockito:mockito-core to v5.17.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 b676cb8b..ac681c14 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -140,7 +140,7 @@ dependencies { ktlint "com.pinterest.ktlint:ktlint-cli:1.5.0" testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.16.1' + testImplementation 'org.mockito:mockito-core:5.17.0' } afterEvaluate {