From baacf9c263d33e8ed725e5b477a51504a790f9a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 14:05:45 +0000 Subject: [PATCH] Bump microsoft-graph from 5.40.0 to 5.41.0 in /demo/graphtutorial Bumps [microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) from 5.40.0 to 5.41.0. - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-java/blob/dev/CHANGELOG.md) - [Commits](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v5.40.0...v5.41.0) --- updated-dependencies: - dependency-name: com.microsoft.graph:microsoft-graph dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/app/build.gradle b/demo/graphtutorial/app/build.gradle index 6385602..ef0772a 100644 --- a/demo/graphtutorial/app/build.gradle +++ b/demo/graphtutorial/app/build.gradle @@ -24,7 +24,7 @@ dependencies { // This dependency is used by the application. implementation 'com.google.guava:guava:31.1-jre' implementation 'com.azure:azure-identity:1.6.1' - implementation 'com.microsoft.graph:microsoft-graph:5.40.0' + implementation 'com.microsoft.graph:microsoft-graph:5.41.0' } //