diff --git a/modules/@shopify/checkout-sheet-kit/android/build.gradle b/modules/@shopify/checkout-sheet-kit/android/build.gradle index 82b9a034..1b451a3e 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.12.7.2") debugImplementation("com.shopify:checkout-sheet-kit:${SHOPIFY_CHECKOUT_SDK_VERSION}") }