From 249e9e1470358c08a30dc2fcef776642ef1dde14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 10:10:09 +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-authentication-azure](https://github.com/microsoft/kiota-java). Bumps the kiota-dependencies group with 1 update in the /java-8 directory: [com.microsoft.kiota:microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-java). Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.8.3 to 1.8.4 - [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.3...v1.8.4) Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.8.3 to 1.8.4 - [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.3...v1.8.4) --- 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-authentication-azure 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 fc84e6989d2..07e7bfa7539 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -6,7 +6,7 @@ dependencies { // Core Http library api 'com.microsoft.graph:microsoft-graph-core:3.6.0' - implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.3' + implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.4' implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.3' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.3' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.3'