From df803f35343069b5cfbec7f98388ca8106bc91d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:05:43 +0000 Subject: [PATCH] Bump com.microsoft.identity.client:msal from 5.+ to 8.2.0 Bumps [com.microsoft.identity.client:msal](https://github.com/AzureAD/microsoft-authentication-library-for-android) from 5.+ to 8.2.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/commits) --- updated-dependencies: - dependency-name: com.microsoft.identity.client:msal dependency-version: 8.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7a7af28..aa9822e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.android.application' -def msalVersion = "5.+" +def msalVersion = "8.+" if (project.hasProperty("distMsalVersion")) { msalVersion = distMsalVersion