From f22c731b585ff7c95d9e29b24e78ebc6d22e6a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 05:56:33 +0000 Subject: [PATCH] Bump com.microsoft.graph:microsoft-graph-core from 2.0.18 to 2.0.19 Bumps [com.microsoft.graph:microsoft-graph-core](https://github.com/microsoftgraph/msgraph-sdk-java-core) from 2.0.18 to 2.0.19. - [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.18...v2.0.19) --- 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 17382e85895..0225bf170eb 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -11,5 +11,5 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:4.11.0' // Core Http library - api 'com.microsoft.graph:microsoft-graph-core:2.0.18' + api 'com.microsoft.graph:microsoft-graph-core:2.0.19' } \ No newline at end of file