From c1e0336db8a43c505c0720a196fab8c899f24bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 06:40:49 +0000 Subject: [PATCH] Bump com.microsoft.graph:microsoft-graph from 6.39.0 to 6.40.0 Bumps [com.microsoft.graph:microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) from 6.39.0 to 6.40.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/v6.39.0...v6.40.0) --- updated-dependencies: - dependency-name: com.microsoft.graph:microsoft-graph dependency-version: 6.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9a69d09..0a83cc7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,7 +23,7 @@ dependencies { // This dependency is used by the application. implementation 'com.google.guava:guava:33.4.8-jre' implementation 'com.azure:azure-identity:1.16.1' - implementation 'com.microsoft.graph:microsoft-graph:6.39.0' + implementation 'com.microsoft.graph:microsoft-graph:6.40.0' implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.4' }