From a29f4850a861b1341b10c1fb7527f105b95e5fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 21:14:13 +0000 Subject: [PATCH] Bump microsoft-graph-core from 1.0.5 to 2.0.12 Bumps [microsoft-graph-core](https://github.com/microsoftgraph/msgraph-sdk-java-core) from 1.0.5 to 2.0.12. - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java-core/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-java-core/blob/dev/CHANGELOG.md) - [Commits](https://github.com/microsoftgraph/msgraph-sdk-java-core/compare/1.0.5...v2.0.12) --- 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..57eb74db13c 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.12' } def pomConfig = {