From 2d6688510edfccc357935b6d45f3f9eca6f51811 Mon Sep 17 00:00:00 2001 From: Poovamraj T T Date: Wed, 4 Oct 2023 17:50:27 +0200 Subject: [PATCH] Update Auth0.Android to resolve CVE-2023-3635 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index bd2971dc..e3c22f37 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -56,7 +56,7 @@ repositories { dependencies { implementation "com.facebook.react:react-native:${safeExtGet('reactnativeVersion', '+')}" implementation "androidx.browser:browser:1.2.0" - implementation 'com.auth0.android:auth0:2.10.0' + implementation 'com.auth0.android:auth0:2.10.2' } def configureReactNativePom(def pom) {