From 6f4fadfe46d34d2a4c4af8273054a65b12fd1eb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:40:48 +0000 Subject: [PATCH] chore(deps): update dependency org.junit:junit-bom to v5.11.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 4310908..9337dcb 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.11.3')) + testImplementation(platform('org.junit:junit-bom:5.11.4')) testImplementation('org.junit.jupiter:junit-jupiter') testImplementation 'org.mockito:mockito-core:5.14.2' }