From 9f6db4c3f79f20eb5aa91cdea6df32cd602fc977 Mon Sep 17 00:00:00 2001 From: "renovate-xelians[bot]" <269170246+renovate-xelians[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 08:05:08 +0000 Subject: [PATCH] Update dependency org.mockito:mockito-core to v5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b0b25b2..9970ef7 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:3.11.0' testCompile "junit:junit:4.12" - testCompile "org.mockito:mockito-core:1.+" + testCompile "org.mockito:mockito-core:5.+" testCompile "org.hamcrest:hamcrest-all:1.3" testImplementation 'junit:junit:4.12'