From c49c033eb826f028eff368c4c30aff55553bb1bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 16:12:25 +0000 Subject: [PATCH] Bump com.azure:azure-identity in /app-auth/graphapponlytutorial --- updated-dependencies: - dependency-name: com.azure:azure-identity dependency-version: 1.16.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 575637b..bf068a0 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.4.6-jre' - implementation 'com.azure:azure-identity:1.15.4' + implementation 'com.azure:azure-identity:1.16.3' implementation 'com.microsoft.graph:microsoft-graph:6.33.0' } //