From 7d3763b2b255106fb3b6114518adccde90aa53f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:21:46 +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.6.0 to 1.7.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.6.0...v1.7.0) Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.6.0 to 1.7.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.6.0...v1.7.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 870a8c7b7..fc11ef3ac 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.6.0' - implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.6.0' + implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.7.0' + implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.7.0' implementation 'com.azure:azure-identity:1.14.0' // }