From 66cf37dfe2c7ca6cbba0b9ce4ac02dcfc756aac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 17:42:45 +0000 Subject: [PATCH] Bump com.microsoft.graph:microsoft-graph --- updated-dependencies: - dependency-name: com.microsoft.graph:microsoft-graph dependency-version: 6.43.0 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..87f156b 100644 --- a/app-auth/graphapponlytutorial/app/build.gradle +++ b/app-auth/graphapponlytutorial/app/build.gradle @@ -24,7 +24,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.microsoft.graph:microsoft-graph:6.33.0' + implementation 'com.microsoft.graph:microsoft-graph:6.43.0' } //