From 74cc2f4b0b4318b49096c86e52bc01f9dcd94982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:07:45 +0000 Subject: [PATCH] Bump com.microsoft.kiota:microsoft-kiota-http-okHttp Bumps [com.microsoft.kiota:microsoft-kiota-http-okHttp](https://github.com/microsoft/kiota-java) from 1.8.11 to 1.9.0. - [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.11...v1.9.0) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b990c35..fa1d099 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'com.google.guava:guava:33.5.0-jre' implementation 'com.azure:azure-identity:1.18.1' implementation 'com.microsoft.graph:microsoft-graph:6.56.0' - implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.11' + implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.0' } // Apply a specific Java toolchain to ease working on different environments.