From cace09c3151967380bc3ff242a375c787afede40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:41:59 +0000 Subject: [PATCH] Bump com.microsoft.identity.client:msal from 4.10.0 to 5.3.0 in /src/app Bumps [com.microsoft.identity.client:msal](https://github.com/AzureAD/microsoft-authentication-library-for-android) from 4.10.0 to 5.3.0. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-android/releases) - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-android/blob/v5.3.0/changelog) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-android/compare/v4.10.0...v5.3.0) --- updated-dependencies: - dependency-name: com.microsoft.identity.client:msal dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/build.gradle b/src/app/build.gradle index 0e1fb36..d731617 100644 --- a/src/app/build.gradle +++ b/src/app/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.0' implementation 'com.google.android.material:material:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'com.microsoft.identity.client:msal:4.10.0' + implementation 'com.microsoft.identity.client:msal:5.3.0' implementation 'com.microsoft.graph:microsoft-graph:5.80.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5'