From aac6fa7f321897fa5d114b858d75af2bca9c8fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 05:18:32 +0000 Subject: [PATCH] Bump microsoft-graph-core from 1.0.9 to 2.0.0 Bumps [microsoft-graph-core](https://github.com/microsoftgraph/msgraph-sdk-java-core) from 1.0.9 to 2.0.0. - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java-core/releases) - [Commits](https://github.com/microsoftgraph/msgraph-sdk-java-core/compare/1.0.9...2.0.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cb14549..7308ac1 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'com.microsoft.graph:microsoft-graph-beta:0.6.0-SNAPSHOT' - implementation 'com.microsoft.graph:microsoft-graph-core:1.0.9' + implementation 'com.microsoft.graph:microsoft-graph-core:2.0.0' implementation 'org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:1.0.2' implementation 'org.apache.commons:commons-text:1.9' implementation 'com.auth0:jwks-rsa:0.17.0'