From d89f5caa66bb640fc0815508e91408759f1cd63b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:09:20 +0000 Subject: [PATCH] build(deps): bump com.azure:azure-identity Bumps [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-core_1.14.0...azure-core_1.14.1) --- updated-dependencies: - dependency-name: com.azure:azure-identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- get-started/azure-auth/java/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/azure-auth/java/app/build.gradle b/get-started/azure-auth/java/app/build.gradle index fc11ef3ac..4174d2358 100644 --- a/get-started/azure-auth/java/app/build.gradle +++ b/get-started/azure-auth/java/app/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation 'jakarta.annotation:jakarta.annotation-api:3.0.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' + implementation 'com.azure:azure-identity:1.14.1' // }