From 6767830b73b4229d512e2d15719a33435f44b807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 07:08:05 +0000 Subject: [PATCH] Bump com.microsoft.graph:microsoft-graph in /grapheventgrid Bumps [com.microsoft.graph:microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) from 5.80.0 to 6.53.0. - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v5.80.0...v6.53.0) --- updated-dependencies: - dependency-name: com.microsoft.graph:microsoft-graph dependency-version: 6.53.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- grapheventgrid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grapheventgrid/build.gradle b/grapheventgrid/build.gradle index c29b37d..0821784 100644 --- a/grapheventgrid/build.gradle +++ b/grapheventgrid/build.gradle @@ -18,7 +18,7 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'com.azure:azure-identity:1.17.0' - implementation 'com.microsoft.graph:microsoft-graph:5.80.0' + implementation 'com.microsoft.graph:microsoft-graph:6.53.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' }