From 18e54e292baa81a865daee7e5d113358c8801d98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 12:06:29 +0000 Subject: [PATCH] Bump mockito-inline from 4.3.1 to 5.0.0 Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.3.1 to 5.0.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.3.1...v5.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... 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..634bbb8 100644 --- a/navigation/build.gradle +++ b/navigation/build.gradle @@ -60,7 +60,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.mockito.kotlin:mockito-kotlin:4.0.0" - testImplementation "org.mockito:mockito-inline:4.3.1" + testImplementation "org.mockito:mockito-inline:5.0.0" testImplementation "androidx.test.ext:junit:1.1.3" testImplementation "org.robolectric:robolectric:4.7.3"