From 98b3b5a33bb572c1da4c862b82875678c1f907a3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2020 13:15:28 +0000 Subject: [PATCH] Bump junit from 1.1.1 to 1.1.2 Bumps junit from 1.1.1 to 1.1.2. 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..16798a92 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.2' // Espresso UI Testing androidTestImplementation 'androidx.test.ext:junit:1.1.1'