From ed5a17aab2f5c0b30d6ff33c8dd5ef576a2115b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:44:44 +0800 Subject: [PATCH] chore(deps): update dependency org.mockito:mockito-core to v5.15.2 (#75) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 4310908..f0c13ad 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.11.3')) testImplementation('org.junit.jupiter:junit-jupiter') - testImplementation 'org.mockito:mockito-core:5.14.2' + testImplementation 'org.mockito:mockito-core:5.15.2' } testOptions {