From fb97ba9b3771160ff628f2b817f03ea4d674027a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:24:44 +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.9.0. - [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/compare/v4.2.0...v5.9.0) --- 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..1392403 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.9.0' implementation 'com.android.volley:volley:1.2.1' } \ No newline at end of file