From 65915a04d72010c3097a23e3fcee606a9f3baea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 12:11:02 +0000 Subject: [PATCH] Bump com.microsoft.identity.client:msal from 5.+ to 8.0.2 Bumps [com.microsoft.identity.client:msal](https://github.com/AzureAD/microsoft-authentication-library-for-android) from 5.+ to 8.0.2. - [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/v8.0.2) --- updated-dependencies: - dependency-name: com.microsoft.identity.client:msal dependency-version: 8.0.2 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