Skip to content

Commit

Permalink
Update Auth0.Android to resolve CVE-2023-3635
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed Oct 4, 2023
1 parent 4de8432 commit 2d66885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2d66885

Please sign in to comment.