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}")