From de518114555788655151f74058adf01232b17668 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 09:44:05 +0000 Subject: [PATCH] chore(deps): update dependency org.junit:junit-bom to v5.11.3 --- 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 ba3247e..4310908 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.10.2')) + testImplementation(platform('org.junit:junit-bom:5.11.3')) testImplementation('org.junit.jupiter:junit-jupiter') testImplementation 'org.mockito:mockito-core:5.14.2' }