From af6ec19c93e86b38dfc61a40e9c142a7daaac195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:03:15 +0000 Subject: [PATCH] build(deps): 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.4.0 to 1.5.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.4.0...v1.5.0) Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.4.0 to 1.5.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.4.0...v1.5.0) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-bundle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-type: direct:production update-type: version-update:semver-minor 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 0fdd7f8eb..e7f26cf49 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.4.0' - implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.4.0' + implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.5.0' + implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.5.0' implementation 'com.azure:azure-identity:1.13.3' // }