From c93af05876b3c0fd3d8e1eb586ebe7764174a7e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 06:12:44 +0000 Subject: [PATCH] Bump microsoft-graph-core from 1.0.5 to 2.0.3 Bumps [microsoft-graph-core](https://github.com/microsoftgraph/msgraph-sdk-java-core) from 1.0.5 to 2.0.3. - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java-core/releases) - [Commits](https://github.com/microsoftgraph/msgraph-sdk-java-core/compare/1.0.5...2.0.3) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ffb8901824a..293a46621e6 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:3.12.1' // Core Http library - api 'com.microsoft.graph:microsoft-graph-core:1.0.5' + api 'com.microsoft.graph:microsoft-graph-core:2.0.3' } def pomConfig = {