From 1c80f4656366d46ea61da398afa4d3ae45a608d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:18:16 +0000 Subject: [PATCH] Bump com.azure:azure-identity in /user-auth/graphtutorial Bumps [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.14.1 to 1.14.2. - [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.1...azure-identity_1.14.2) --- updated-dependencies: - dependency-name: com.azure:azure-identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/app/build.gradle b/user-auth/graphtutorial/app/build.gradle index 1703f84..ddf24e7 100644 --- a/user-auth/graphtutorial/app/build.gradle +++ b/user-auth/graphtutorial/app/build.gradle @@ -23,7 +23,7 @@ dependencies { // This dependency is used by the application. implementation 'com.google.guava:guava:33.3.1-jre' - implementation 'com.azure:azure-identity:1.14.1' + implementation 'com.azure:azure-identity:1.14.2' implementation 'com.microsoft.graph:microsoft-graph:6.20.0' } //