From a099a0a6f3a420db680ab6782cba4401850d51c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 12:04:22 +0000 Subject: [PATCH] Bump mockito-android from 4.8.0 to 4.10.0 Bumps [mockito-android](https://github.com/mockito/mockito) from 4.8.0 to 4.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v4.10.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-type: direct:production update-type: version-update:semver-minor ... 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 3d440a42..59ed7e87 100644 --- a/vgscheckout/build.gradle +++ b/vgscheckout/build.gradle @@ -65,7 +65,7 @@ dependencies { androidTestImplementation "androidx.test.ext:junit:$junit_extension" androidTestImplementation "androidx.test.espresso:espresso-core:$espresso_core" androidTestImplementation "androidx.test.espresso:espresso-contrib:$espresso_core" - androidTestImplementation "org.mockito:mockito-android:4.8.0" + androidTestImplementation "org.mockito:mockito-android:4.10.0" androidTestImplementation "androidx.test.ext:junit:$junit_extension" androidTestImplementation "androidx.test.ext:junit-ktx:$junit_extension" androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'