From 34ba86df940474c072f3ae162012a5a9ad24351d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 07:42:01 +0000 Subject: [PATCH] Bump com.microsoft.graph:microsoft-graph-core from 3.1.3 to 3.1.4 Bumps [com.microsoft.graph:microsoft-graph-core](https://github.com/microsoftgraph/msgraph-sdk-java-core) from 3.1.3 to 3.1.4. - [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/v3.1.3...v3.1.4) --- 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 ea9077dffbc..8478878dd45 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -10,7 +10,7 @@ dependencies { implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' // Core Http library - api 'com.microsoft.graph:microsoft-graph-core:3.1.3' + api 'com.microsoft.graph:microsoft-graph-core:3.1.4' implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.0.3' implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.0.3' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.0.3'