From 1a5f0a8eaa780345a0ba1b66458ee454745b0054 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 11:07:41 +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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cdb3a11106..99d18dc50d 100644 --- a/build.gradle +++ b/build.gradle @@ -365,7 +365,7 @@ dependencies { // dependencies for instrumented tests // JUnit4 Rules - androidTestImplementation 'androidx.test.ext:junit:1.1.1' + androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test:rules:1.2.0' // Android JUnit Runner androidTestImplementation 'androidx.test:runner:1.3.0'