From 452a8673288e4b9339a5fa688ed8c60f639bbd3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:45:14 +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.8.3. - [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.3/changelog) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-android/compare/v2.2.3...v5.8.3) --- 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..02135f5 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.8.3') { exclude group: 'com.microsoft.device.display' } }