From a7dc71e0ccabed971e8da5a92d05a17be9a73937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 12:59:01 +0000 Subject: [PATCH] Bump org.mockito:mockito-inline from 4.10.0 to 5.2.0 Bumps [org.mockito:mockito-inline](https://github.com/mockito/mockito) from 4.10.0 to 5.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.10.0...v5.2.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- vgscheckout/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vgscheckout/build.gradle b/vgscheckout/build.gradle index 2f8bdab1..75e4a94e 100644 --- a/vgscheckout/build.gradle +++ b/vgscheckout/build.gradle @@ -58,7 +58,7 @@ dependencies { testImplementation "androidx.test:core-ktx:1.5.0" testImplementation "org.robolectric:robolectric:4.9.1" testImplementation "org.mockito:mockito-core:4.10.0" - testImplementation "org.mockito:mockito-inline:4.10.0" + testImplementation "org.mockito:mockito-inline:5.2.0" testImplementation "org.json:json:20220924" testImplementation "io.mockk:mockk:1.12.4" testImplementation "org.skyscreamer:jsonassert:1.5.1"