From 634ec1c7d29537c08f38dcbcc5ba87a38b19cfc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 09:04:37 +0000 Subject: [PATCH] Bump junit from 1.1.3 to 1.1.4 Bumps junit from 1.1.3 to 1.1.4. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index 86fb429..ee325ca 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation 'com.google.android.material:material:1.7.0' implementation 'androidx.multidex:multidex:2.0.1' - androidTestImplementation "androidx.test.ext:junit:1.1.3" + androidTestImplementation "androidx.test.ext:junit:1.1.4" androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation "androidx.test.espresso:espresso-core:${androidxTestEspresso}"