From 18f9c0b41bb39362ccba6b3ea3dad80087a7b03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:16:10 +0000 Subject: [PATCH] chore(deps): bump the kiota-dependencies group across 2 directories with 1 update Bumps the kiota-dependencies group with 1 update in the / directory: [com.microsoft.kiota:microsoft-kiota-abstractions](https://github.com/microsoft/kiota-java). Bumps the kiota-dependencies group with 1 update in the /java-8 directory: [com.microsoft.kiota:microsoft-kiota-abstractions](https://github.com/microsoft/kiota-java). Updates `com.microsoft.kiota:microsoft-kiota-abstractions` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.8.0...v1.8.1) Updates `com.microsoft.kiota:microsoft-kiota-abstractions` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies ... 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 d58f9f3b..a501edfc 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -14,7 +14,7 @@ dependencies { api 'com.squareup.okhttp3:okhttp:4.12.0' api 'com.azure:azure-core:1.54.1' - api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.8.0' + api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.8.1' api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.0' implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.0' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.0'