From 60d889c04b21b19f7d207e8eb332b4941dc6f9cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 08:42:39 +0000 Subject: [PATCH] Bump com.auth0.android:auth0 from 2.9.2 to 2.11.0 in /00-Login-Kt Bumps [com.auth0.android:auth0](https://github.com/auth0/Auth0.Android) from 2.9.2 to 2.11.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/2.9.2...2.11.0) --- updated-dependencies: - dependency-name: com.auth0.android:auth0 dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 00-Login-Kt/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-Login-Kt/app/build.gradle b/00-Login-Kt/app/build.gradle index 4cc479f4..65a63cff 100644 --- a/00-Login-Kt/app/build.gradle +++ b/00-Login-Kt/app/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.0' implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'com.auth0.android:auth0:2.9.2' + implementation 'com.auth0.android:auth0:2.11.0' testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'