From 694cd00ec7b51ff1324f66c0dd5df75613da66ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 12:04:09 +0000 Subject: [PATCH] Bump robolectric from 4.7.3 to 4.9.1 Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.3 to 4.9.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.3...robolectric-4.9.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric 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..58b3710 100644 --- a/navigation/build.gradle +++ b/navigation/build.gradle @@ -63,7 +63,7 @@ dependencies { testImplementation "org.mockito:mockito-inline:4.3.1" testImplementation "androidx.test.ext:junit:1.1.3" - testImplementation "org.robolectric:robolectric:4.7.3" + testImplementation "org.robolectric:robolectric:4.9.1" testImplementation "androidx.navigation:navigation-testing:2.4.1" testImplementation "androidx.fragment:fragment-testing:1.4.1" testImplementation 'androidx.test.espresso:espresso-core:3.4.0'