diff --git a/sample/android/app/build.gradle b/sample/android/app/build.gradle index aac9361a..a44965b9 100644 --- a/sample/android/app/build.gradle +++ b/sample/android/app/build.gradle @@ -126,7 +126,7 @@ 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-inline:4.6.1" + 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}")