From 145c66099d4719f0ec318e3dd60abcb203cbd739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 08:32:28 +0000 Subject: [PATCH] Bump com.auth0.android:auth0 from 2.9.2 to 2.10.0 in /00-Login Bumps [com.auth0.android:auth0](https://github.com/auth0/Auth0.Android) from 2.9.2 to 2.10.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.10.0) --- updated-dependencies: - dependency-name: com.auth0.android:auth0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 00-Login/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-Login/app/build.gradle b/00-Login/app/build.gradle index 48b56ff..0a8aaa2 100644 --- a/00-Login/app/build.gradle +++ b/00-Login/app/build.gradle @@ -24,7 +24,7 @@ android { } dependencies { - implementation 'com.auth0.android:auth0:2.9.2' + implementation 'com.auth0.android:auth0:2.10.0' implementation 'androidx.appcompat:appcompat:1.6.0' testImplementation 'junit:junit:4.13.2' }