From 135ed7781fe8729c6a42182dbf4b334d9c943ffc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 08:36:04 +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> --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 7d88d57bca..2028ade65f 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -78,7 +78,7 @@ dependencies { // dependencies for tests testImplementation "junit:junit:$junit_version" - testImplementation 'org.mockito:mockito-core:5.18.0' + testImplementation 'org.mockito:mockito-core:5.19.0' testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0' // dependencies for instrumented tests