From 9f9cd44f9ea02716655cd294cfcddf6d865b1a4d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 13:52:02 +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 e47a6c2..19a7125 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,6 +39,6 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:4.7.2' testImplementation 'junit:junit:4.13' - androidTestImplementation 'androidx.test.ext:junit:1.1.1' + androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' } \ No newline at end of file