From a3af34d33ec023c553627be77bfa7a0f251c022c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2020 06:04: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] --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index e3932f68..d7bef58f 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -37,7 +37,7 @@ dependencies { testImplementation 'com.pholser:junit-quickcheck-core:0.9.2' testImplementation 'com.pholser:junit-quickcheck-generators:0.9.1' - androidTestImplementation 'androidx.test.ext:junit:1.1.1' + androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test:rules:1.2.0' }