From 616f98fe644d26643eccd9094b800b7f2d41bb40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:55:10 +0000 Subject: [PATCH] chore(deps): update dependency org.mockito:mockito-core to v5.14.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 6b257a9..28a467a 100644 --- a/stevia/android/build.gradle +++ b/stevia/android/build.gradle @@ -38,7 +38,7 @@ android { implementation "androidx.annotation:annotation:1.8.0" testImplementation(platform('org.junit:junit-bom:5.10.2')) testImplementation('org.junit.jupiter:junit-jupiter') - testImplementation 'org.mockito:mockito-core:5.12.0' + testImplementation 'org.mockito:mockito-core:5.14.0' } testOptions {