From 2e78e4cc155f86fd988c2b98d73ae9e1dd110ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 13:29:46 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 4.11.0 to 5.18.0 in /sample/android Bumps [org.mockito:mockito-core](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-core 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}")