From 79d0ba9f1a46a5ce40b9602a4d6c84a439f22194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 15:53:20 +0000 Subject: [PATCH] Bump microsoft-graph from 5.22.0 to 5.25.0 in /demo/graphtutorial Bumps [microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) from 5.22.0 to 5.25.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.22.0...v5.25.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 0a46746..302a12b 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:30.1.1-jre' implementation 'com.azure:azure-identity:1.5.0' - implementation 'com.microsoft.graph:microsoft-graph:5.22.0' + implementation 'com.microsoft.graph:microsoft-graph:5.25.0' } //