diff --git a/sample/android/app/build.gradle b/sample/android/app/build.gradle index 35cabe76..71395ef2 100644 --- a/sample/android/app/build.gradle +++ b/sample/android/app/build.gradle @@ -144,7 +144,7 @@ dependencies { testImplementation "org.mockito:mockito-core:4.11.0" androidTestImplementation "org.mockito:mockito-android:4.11.0" testImplementation "org.mockito:mockito-inline:5.2.0" - testImplementation "org.assertj:assertj-core:3.27.6" + testImplementation "org.assertj:assertj-core:3.27.7" testImplementation("com.shopify:checkout-sheet-kit:${SHOPIFY_CHECKOUT_SDK_VERSION}") if (hermesEnabled.toBoolean()) {