From ffde0ae20880bdd2ee747e9b57de87a3639a1071 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 15 Oct 2021 21:01:28 +0000 Subject: [PATCH] Update dependency junit:junit to v4.13.2 --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 9e084af..cc9ca42 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -85,7 +85,7 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' }