From 59bf5b85eec047f26db6cba738e12d1daccfa0ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:22:08 +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.48.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.48.0) --- updated-dependencies: - dependency-name: com.microsoft.graph:microsoft-graph dependency-version: 6.48.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 dfa1d3b..032a1e5 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.16.3' - implementation 'com.microsoft.graph:microsoft-graph:5.80.0' + implementation 'com.microsoft.graph:microsoft-graph:6.48.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' }