From e7d973328d9409b61fe24f44e3198bc0fef6bdc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 13:05:15 +0000 Subject: [PATCH] Bump org.mockito:mockito-android in /sample/android Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 4.11.0 to 5.18.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.11.0...v5.18.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sample/android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/android/app/build.gradle b/sample/android/app/build.gradle index a44965b9..be927e75 100644 --- a/sample/android/app/build.gradle +++ b/sample/android/app/build.gradle @@ -124,8 +124,8 @@ dependencies { // Test dependencies testImplementation "junit:junit:4.13.2" - testImplementation "org.mockito:mockito-core:4.11.0" - androidTestImplementation "org.mockito:mockito-android:4.11.0" + testImplementation "org.mockito:mockito-core:5.18.0" + androidTestImplementation "org.mockito:mockito-android:5.18.0" testImplementation "org.mockito:mockito-inline:5.2.0" testImplementation "org.assertj:assertj-core:3.27.3" testImplementation("com.shopify:checkout-sheet-kit:${SHOPIFY_CHECKOUT_SDK_VERSION}")