From 25c00624eba98b6694edf66b824034ccf3255c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 18:50:51 +0000 Subject: [PATCH] Bump microsoft-graph from 5.41.0 to 5.42.0 in /user-auth/graphtutorial Bumps [microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) from 5.41.0 to 5.42.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.41.0...v5.42.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] --- user-auth/graphtutorial/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/app/build.gradle b/user-auth/graphtutorial/app/build.gradle index bb8dde7..e7ccf68 100644 --- a/user-auth/graphtutorial/app/build.gradle +++ b/user-auth/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.7.1' - implementation 'com.microsoft.graph:microsoft-graph:5.41.0' + implementation 'com.microsoft.graph:microsoft-graph:5.42.0' } //