From e34e8803ab0f80a0d1ace1d9eda1a380857dcdf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 16:29:22 +0530 Subject: [PATCH 1/3] Bump com.auth0.android:auth0 from 2.8.0 to 2.9.2 in /00-Login (#159) Bumps [com.auth0.android:auth0](https://github.com/auth0/Auth0.Android) from 2.8.0 to 2.9.2. - [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.8.0...2.9.2) --- updated-dependencies: - dependency-name: com.auth0.android:auth0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 4df6494..48b56ff 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.8.0' + implementation 'com.auth0.android:auth0:2.9.2' implementation 'androidx.appcompat:appcompat:1.6.0' testImplementation 'junit:junit:4.13.2' } From 8291058f7f984572860e7f8d561209348708e643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 16:36:46 +0530 Subject: [PATCH 2/3] Bump com.auth0.android:auth0 from 2.8.0 to 2.9.2 in /00-Login-Kt (#158) Bumps [com.auth0.android:auth0](https://github.com/auth0/Auth0.Android) from 2.8.0 to 2.9.2. - [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.8.0...2.9.2) --- updated-dependencies: - dependency-name: com.auth0.android:auth0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Poovamraj T T --- 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 b2e38be..c4f33fb 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.8.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'com.auth0.android:auth0:2.8.0' + implementation 'com.auth0.android:auth0:2.9.2' testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' From ae57616d77ddeabd528aa78043a5d3ef63acc672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 17:53:37 +0530 Subject: [PATCH 3/3] Bump com.google.android.material:material from 1.8.0 to 1.9.0 in /00-Login-Kt (#157) Bump com.google.android.material:material in /00-Login-Kt Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.8.0...1.9.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Poovamraj T T --- 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 c4f33fb..c2a3598 100644 --- a/00-Login-Kt/app/build.gradle +++ b/00-Login-Kt/app/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.appcompat:appcompat:1.6.0' - implementation 'com.google.android.material:material:1.8.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' testImplementation 'junit:junit:4.+'