From 3f8ba8187683d923e5ad77c6ab4e80c8958c2f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 05:34:35 +0000 Subject: [PATCH] Build(deps): Bump androidx.test.ext:junit from 1.1.5 to 1.2.0 Bumps androidx.test.ext:junit from 1.1.5 to 1.2.0. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- News-Android-App/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index d6d32fdc9..1479b0670 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -223,7 +223,7 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.5.0' // Assertions - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.0' androidTestImplementation 'androidx.test.ext:truth:1.5.0' androidTestImplementation 'com.google.truth:truth:1.4.2'