From 6de35d6e84b654b62d169ce32bcf12afec3da73c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 12:36:08 +0000 Subject: [PATCH] Bump com.microsoft.identity.client:msal from 5.+ to 7.0.0 Bumps [com.microsoft.identity.client:msal](https://github.com/AzureAD/microsoft-authentication-library-for-android) from 5.+ to 7.0.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/v7.0.0) --- updated-dependencies: - dependency-name: com.microsoft.identity.client:msal dependency-version: 7.0.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..f3dda37 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.android.application' -def msalVersion = "5.+" +def msalVersion = "7.+" if (project.hasProperty("distMsalVersion")) { msalVersion = distMsalVersion