diff --git a/modules/@shopify/checkout-sheet-kit/android/build.gradle b/modules/@shopify/checkout-sheet-kit/android/build.gradle index 87cf79ae..e457c006 100644 --- a/modules/@shopify/checkout-sheet-kit/android/build.gradle +++ b/modules/@shopify/checkout-sheet-kit/android/build.gradle @@ -97,7 +97,7 @@ dependencies { // implementation("com.facebook.react:react-android:+") implementation("com.shopify:checkout-sheet-kit:${SHOPIFY_CHECKOUT_SDK_VERSION}") - implementation("com.fasterxml.jackson.core:jackson-databind:2.12.5") + implementation("com.fasterxml.jackson.core:jackson-databind:2.19.1") debugImplementation("com.shopify:checkout-sheet-kit:${SHOPIFY_CHECKOUT_SDK_VERSION}") }