From 3db7120899f7a96c2000f97b1cb26c62042e7488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 21:05:22 +0000 Subject: [PATCH] Bump the kiota-dependencies group Bumps the kiota-dependencies group in /get-started/azure-auth/java/app with 2 updates: [com.microsoft.kiota:microsoft-kiota-bundle](https://github.com/microsoft/kiota-java) and [com.microsoft.kiota:microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-java). Updates `com.microsoft.kiota:microsoft-kiota-bundle` from 1.8.10 to 1.8.11 - [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.10...v1.8.11) Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.8.10 to 1.8.11 - [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.10...v1.8.11) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-bundle dependency-version: 1.8.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-version: 1.8.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies ... Signed-off-by: dependabot[bot] --- get-started/azure-auth/java/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get-started/azure-auth/java/app/build.gradle b/get-started/azure-auth/java/app/build.gradle index d07e006ebc..7367b79210 100644 --- a/get-started/azure-auth/java/app/build.gradle +++ b/get-started/azure-auth/java/app/build.gradle @@ -26,8 +26,8 @@ dependencies { // implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0' - implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.8.10' - implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.10' + implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.8.11' + implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.11' implementation 'com.azure:azure-identity:1.18.1' // }