From 00a23fe3579fa820e83402dab33df6bf3c93450f Mon Sep 17 00:00:00 2001 From: Rodrigo Biancard Date: Thu, 4 Jan 2024 12:58:47 -0300 Subject: [PATCH] Update build.gradle As part of our regular internal security research and testing, an issue was discovered in reCAPTCHA Enterprise Mobile for Android SDKs v18.0.0 - v18.3.0. The issue has been resolved and customers must update to v18.4.0 to benefit from the security patches. This issue does not affect older versions of the SDK (v16, v17) nor does it affect iOS SDKs --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 34d7213..604ba0c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -63,8 +63,8 @@ dependencies { // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native" - implementation "com.google.android.recaptcha:recaptcha:18.0.0" - implementation 'com.google.android.gms:play-services-base:18.1.0' + implementation "com.google.android.recaptcha:recaptcha:18.4.0" + implementation 'com.google.android.gms:play-services-base:18.1.0' } if (isNewArchitectureEnabled()) {