From c673be2befe79e82e83fcdbd6a0134372b17b80c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 22:03:02 +0000 Subject: [PATCH] chore(deps): update dependency org.mockito:mockito-core to v5.23.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 3d41e33..168eddf 100644 --- a/stevia/android/build.gradle +++ b/stevia/android/build.gradle @@ -38,7 +38,7 @@ android { implementation "androidx.annotation:annotation:1.9.1" testImplementation(platform('org.junit:junit-bom:5.13.4')) testImplementation('org.junit.jupiter:junit-jupiter') - testImplementation 'org.mockito:mockito-core:5.19.0' + testImplementation 'org.mockito:mockito-core:5.23.0' } testOptions {