From 09d8f65902af7693e41a736a19a2668d5440f0b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 20:13:25 +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.1. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-android/releases) - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-android/blob/dev/changelog) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-android/commits) --- 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..e8222f7 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.1' implementation 'com.android.volley:volley:1.2.1' } \ No newline at end of file