From b850f8f4b000ec2ca7c2d5b3a513027b3be8090c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 12:14:32 +0000 Subject: [PATCH] Bump com.microsoft.identity.client:msal from 5.+ to 8.1.1 Bumps [com.microsoft.identity.client:msal](https://github.com/AzureAD/microsoft-authentication-library-for-android) from 5.+ to 8.1.1. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-android/releases) - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-android/blob/v8.1.1/changelog) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-android/commits/v8.1.1) --- updated-dependencies: - dependency-name: com.microsoft.identity.client:msal dependency-version: 8.1.1 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