From 142fefb049cdc9c9b00d402fc9aafc61c6902d7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:23:25 +0000 Subject: [PATCH] fix(deps): update dependency junit:junit to v4.13.2 --- das_client/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/das_client/android/app/build.gradle b/das_client/android/app/build.gradle index 5ca8249f..4fef336e 100644 --- a/das_client/android/app/build.gradle +++ b/das_client/android/app/build.gradle @@ -99,7 +99,7 @@ flutter { } dependencies { - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' }