From 7d20c72c1defb2b32744c4b9461aaf199ab8cf5a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 05:44:28 +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] --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index e3932f68..b64c607b 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.3' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test:rules:1.2.0' }