From 2360a900a88e315eb50c998a5a99ce0dc1fcf491 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 02:31:35 +0000 Subject: [PATCH] chore(deps): update dependency org.junit:junit-bom to v6 --- 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..8541bf3 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.13.4')) + testImplementation(platform('org.junit:junit-bom:6.0.3')) testImplementation('org.junit.jupiter:junit-jupiter') testImplementation 'org.mockito:mockito-core:5.19.0' }