From 8c70a31de5c0eaedf2e17a16601a6a265d387548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 22:52:27 +0000 Subject: [PATCH] Bump com.microsoft.kiota:microsoft-kiota-bundle Bumps the kiota-dependencies group in /get-started/quickstart/java/app with 1 update: [com.microsoft.kiota:microsoft-kiota-bundle](https://github.com/microsoft/kiota-java). Updates `com.microsoft.kiota:microsoft-kiota-bundle` from 1.9.0 to 1.9.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.9.0...v1.9.1) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-bundle dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies ... Signed-off-by: dependabot[bot] --- get-started/quickstart/java/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/quickstart/java/app/build.gradle b/get-started/quickstart/java/app/build.gradle index 7042f9b695..372151c40b 100644 --- a/get-started/quickstart/java/app/build.gradle +++ b/get-started/quickstart/java/app/build.gradle @@ -25,7 +25,7 @@ dependencies { // implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0' - implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.9.0' + implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.9.1' // }