From fb4ad30cef5ea9a01682bb93c705c004ac4acf65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 12:53:09 +0000 Subject: [PATCH] chore(deps): update dependency org.junit:junit-bom to v5.13.4 --- 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 95d7105..9b15871 100644 --- a/stevia/android/build.gradle +++ b/stevia/android/build.gradle @@ -36,7 +36,7 @@ android { dependencies { implementation "androidx.annotation:annotation:1.9.1" - testImplementation(platform('org.junit:junit-bom:5.12.2')) + testImplementation(platform('org.junit:junit-bom:5.13.4')) testImplementation('org.junit.jupiter:junit-jupiter') testImplementation 'org.mockito:mockito-core:5.15.2' }