From 25f42bee16ab317edc53dd20cc3051efa98d2418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 12:05:02 +0000 Subject: [PATCH] Bump fragment-testing from 1.4.1 to 1.5.5 Bumps fragment-testing from 1.4.1 to 1.5.5. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-testing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- navigation/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navigation/build.gradle b/navigation/build.gradle index c27cf7e..9b1e78c 100644 --- a/navigation/build.gradle +++ b/navigation/build.gradle @@ -65,7 +65,7 @@ dependencies { testImplementation "androidx.test.ext:junit:1.1.3" testImplementation "org.robolectric:robolectric:4.7.3" testImplementation "androidx.navigation:navigation-testing:2.4.1" - testImplementation "androidx.fragment:fragment-testing:1.4.1" + testImplementation "androidx.fragment:fragment-testing:1.5.5" testImplementation 'androidx.test.espresso:espresso-core:3.4.0' androidTestImplementation "androidx.test.ext:junit:1.1.3"