From bc522c8a50886a62ffb8b44b153d2d894c189eb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:42:35 +0000 Subject: [PATCH] chore(deps): bump the kiota-dependencies group across 2 directories with 2 updates Bumps the kiota-dependencies group with 2 updates in the / directory: [com.microsoft.kiota:microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-java) and [com.microsoft.kiota:microsoft-kiota-http-okHttp](https://github.com/microsoft/kiota-java). Bumps the kiota-dependencies group with 2 updates in the /java-8 directory: [com.microsoft.kiota:microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-java) and [com.microsoft.kiota:microsoft-kiota-http-okHttp](https://github.com/microsoft/kiota-java). Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` 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-http-okHttp` 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-authentication-azure` 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-http-okHttp` 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-authentication-azure dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 7eae9ced963..7a5b8d12b3a 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -6,8 +6,8 @@ dependencies { // Core Http library api 'com.microsoft.graph:microsoft-graph-core:3.4.0' - implementation '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-authentication-azure:1.8.1' + implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.1' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.0' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.0' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.0'