From 94d24af5af5201ac5a2cd6019d91e18bb3ee5d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:04:21 +0000 Subject: [PATCH] Bump com.azure:azure-identity in /app-auth/graphapponlytutorial Bumps [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.18.4 to 1.18.5. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/com.azure+azure-identity_1.18.4...com.azure+azure-identity_1.18.5) --- updated-dependencies: - dependency-name: com.azure:azure-identity dependency-version: 1.18.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/app/build.gradle b/app-auth/graphapponlytutorial/app/build.gradle index ee76b04..11c4bf9 100644 --- a/app-auth/graphapponlytutorial/app/build.gradle +++ b/app-auth/graphapponlytutorial/app/build.gradle @@ -23,7 +23,7 @@ dependencies { // This dependency is used by the application. implementation 'com.google.guava:guava:33.7.1-jre' - implementation 'com.azure:azure-identity:1.18.4' + implementation 'com.azure:azure-identity:1.18.5' implementation 'com.microsoft.graph:microsoft-graph:6.67.0' } //