From f0212dc10e651fded9e7ef79be75138060093ec4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 16:41:27 +0000 Subject: [PATCH] Update dependency org.mockito:mockito-core to v5.9.0 --- stevia/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stevia/android/build.gradle b/stevia/android/build.gradle index e705a195..64406104 100644 --- a/stevia/android/build.gradle +++ b/stevia/android/build.gradle @@ -38,7 +38,7 @@ android { implementation "androidx.annotation:annotation:1.7.0" testImplementation(platform('org.junit:junit-bom:5.10.1')) testImplementation('org.junit.jupiter:junit-jupiter') - testImplementation 'org.mockito:mockito-core:5.7.0' + testImplementation 'org.mockito:mockito-core:5.9.0' } testOptions {