From 568956d72645a3e2304dcab511462e6a95f39e22 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 13:34:32 +0000 Subject: [PATCH] Bump junit from 1.1.1 to 1.1.3 Bumps junit from 1.1.1 to 1.1.3. Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 447c6f8e..e1bcab5d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation "com.microsoft.appcenter:appcenter-distribute:${appCenterSdkVersion}" // Unit Testing - testImplementation 'androidx.test.ext:junit:1.1.1' + testImplementation 'androidx.test.ext:junit:1.1.3' // Espresso UI Testing androidTestImplementation 'androidx.test.ext:junit:1.1.1'