From 3eb735c12dc1dec45e6ce66b8b3b2dd11d36a696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 08:00:03 +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.28.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.28.0) --- updated-dependencies: - dependency-name: com.microsoft.graph:microsoft-graph 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 964512c..4ec1a4c 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.15.2' - implementation 'com.microsoft.graph:microsoft-graph:5.80.0' + implementation 'com.microsoft.graph:microsoft-graph:6.28.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' }