From d37480e52584352425be68d9641f86697924f705 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 11:52:20 +0000 Subject: [PATCH] chore(deps): update dependency org.junit:junit-bom to v5.10.2 --- 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 ac4d5936..7c92988e 100644 --- a/stevia/android/build.gradle +++ b/stevia/android/build.gradle @@ -36,7 +36,7 @@ android { dependencies { implementation "androidx.annotation:annotation:1.7.1" - testImplementation(platform('org.junit:junit-bom:5.10.1')) + testImplementation(platform('org.junit:junit-bom:5.10.2')) testImplementation('org.junit.jupiter:junit-jupiter') testImplementation 'org.mockito:mockito-core:5.9.0' }