From 03305f6fc8c2ab0efc13866f6dee5a206b6a1b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 05:24:01 +0000 Subject: [PATCH] chore(deps): bump com.auth0.android:auth0 in /android Bumps [com.auth0.android:auth0](https://github.com/auth0/Auth0.Android) from 3.20.0 to 3.21.0. - [Release notes](https://github.com/auth0/Auth0.Android/releases) - [Changelog](https://github.com/auth0/Auth0.Android/blob/main/CHANGELOG.md) - [Commits](https://github.com/auth0/Auth0.Android/compare/3.20.0...3.21.0) --- updated-dependencies: - dependency-name: com.auth0.android:auth0 dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 787abd6f..29a37a4c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -96,7 +96,7 @@ dependencies { implementation "com.facebook.react:react-android" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "androidx.browser:browser:1.2.0" - implementation 'com.auth0.android:auth0:3.20.0' + implementation 'com.auth0.android:auth0:3.21.0' } if (isNewArchitectureEnabled()) {