From 622d6bc287eced95003c0f9a00e6a2eab329cc14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 05:40:42 +0000 Subject: [PATCH] Bump microsoft-graph-core from 2.0.0 to 2.0.1 Bumps [microsoft-graph-core](https://github.com/microsoftgraph/msgraph-sdk-java-core) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java-core/releases) - [Commits](https://github.com/microsoftgraph/msgraph-sdk-java-core/commits) Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index b10b616a5ac..fc3fd020293 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -11,5 +11,5 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:4.9.1' // Core Http library - api 'com.microsoft.graph:microsoft-graph-core:2.0.0' + api 'com.microsoft.graph:microsoft-graph-core:2.0.1' } \ No newline at end of file