From 1ee7533b76bbd02b643aa6c1957af90330b686b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 06:17:03 +0000 Subject: [PATCH] Bump microsoft-graph-core from 1.0.5 to 2.0.5 Bumps [microsoft-graph-core](https://github.com/microsoftgraph/msgraph-sdk-java-core) from 1.0.5 to 2.0.5. - [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.5) --- updated-dependencies: - dependency-name: com.microsoft.graph:microsoft-graph-core dependency-type: direct:production update-type: version-update:semver-major ... 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..2698b5af2e8 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.5' } def pomConfig = {