From 006c5725dea9b896b3cf1b5d2635830eecf22946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:17:59 +0000 Subject: [PATCH] Bump com.microsoft.identity.client:msal in /android-java Bumps [com.microsoft.identity.client:msal](https://github.com/AzureAD/microsoft-authentication-library-for-android) from 4.2.0 to 5.8.2. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-android/releases) - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-android/blob/v5.8.2/changelog) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-android/compare/v4.2.0...v5.8.2) --- updated-dependencies: - dependency-name: com.microsoft.identity.client:msal dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- android-java/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-java/app/build.gradle b/android-java/app/build.gradle index 939ec04..876cb55 100644 --- a/android-java/app/build.gradle +++ b/android-java/app/build.gradle @@ -41,6 +41,6 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' - implementation 'com.microsoft.identity.client:msal:4.2.0' + implementation 'com.microsoft.identity.client:msal:5.8.2' implementation 'com.android.volley:volley:1.2.1' } \ No newline at end of file