From 5e067395e9f348082ab806c05ae3b6b18f068dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 06:41:02 +0000 Subject: [PATCH] Bump com.microsoft.graph:microsoft-graph-core in /android Bumps [com.microsoft.graph:microsoft-graph-core](https://github.com/microsoftgraph/msgraph-sdk-java-core) from 2.0.20 to 2.0.21. - [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/v2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: com.microsoft.graph:microsoft-graph-core dependency-type: direct:production update-type: version-update:semver-patch ... 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 6893749d43d..d478c167ae6 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -11,5 +11,5 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:4.12.0' // Core Http library - api 'com.microsoft.graph:microsoft-graph-core:2.0.20' + api 'com.microsoft.graph:microsoft-graph-core:2.0.21' } \ No newline at end of file