From ffb52763c32542761a0e31e5f49d9ee904175835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:26:06 +0000 Subject: [PATCH] Bump com.microsoft.identity.client:msal in /android-kotlin Bumps [com.microsoft.identity.client:msal](https://github.com/AzureAD/microsoft-authentication-library-for-android) from 2.2.3 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/v2.2.3...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-kotlin/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-kotlin/app/build.gradle b/android-kotlin/app/build.gradle index dc2b7f9..206ae87 100644 --- a/android-kotlin/app/build.gradle +++ b/android-kotlin/app/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'com.google.android.material:material:1.5.0' implementation 'com.android.volley:volley:1.2.1' - implementation('com.microsoft.identity.client:msal:2.2.3') { + implementation('com.microsoft.identity.client:msal:5.9.0') { exclude group: 'com.microsoft.device.display' } }