From 6096bbd9580f7d375c0f3c9e4cef02e40cb805be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 12:01:34 +0000 Subject: [PATCH] Bump org.mockito:mockito-inline from 4.3.1 to 5.1.1 Bumps [org.mockito:mockito-inline](https://github.com/mockito/mockito) from 4.3.1 to 5.1.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.3.1...v5.1.1) --- 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..331541e 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.1.1" testImplementation "androidx.test.ext:junit:1.1.3" testImplementation "org.robolectric:robolectric:4.7.3"