From 6fc89424e6287a0b11deb9b44997e17fdfb5f3da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:01:51 +0000 Subject: [PATCH] fix(deps): update dependency org.mockito:mockito-core to v5.13.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 1c141f00..98e67fe9 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -139,7 +139,7 @@ dependencies { ktlint "com.pinterest:ktlint:0.51.0-FINAL" testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.12.0' + testImplementation 'org.mockito:mockito-core:5.13.0' } afterEvaluate {