From cc22a3c41156b423c8f48e4d28a256f52905a1c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 21:33:41 +0000 Subject: [PATCH] Bump com.azure:azure-identity in /get-started/azure-auth/java/app Bumps [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.11.4 to 1.12.0. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-identity_1.11.4...azure-core_1.12.0) --- updated-dependencies: - dependency-name: com.azure:azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... 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 5a38d307a..8ae444c72 100644 --- a/get-started/azure-auth/java/app/build.gradle +++ b/get-started/azure-auth/java/app/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.1.3' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.1.3' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.1.3' - implementation 'com.azure:azure-identity:1.11.4' + implementation 'com.azure:azure-identity:1.12.0' // }