From ed4255ca8825f7844b6f9f3903644482033d8bc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 14:36:03 +0000 Subject: [PATCH] Bump azure-identity from 1.5.2 to 1.5.3 in /demo/graphtutorial Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-identity_1.5.2...azure-identity_1.5.3) --- updated-dependencies: - dependency-name: com.azure:azure-identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- demo/graphtutorial/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/graphtutorial/app/build.gradle b/demo/graphtutorial/app/build.gradle index 56528ba..9c41c9e 100644 --- a/demo/graphtutorial/app/build.gradle +++ b/demo/graphtutorial/app/build.gradle @@ -23,7 +23,7 @@ dependencies { // This dependency is used by the application. implementation 'com.google.guava:guava:31.1-jre' - implementation 'com.azure:azure-identity:1.5.2' + implementation 'com.azure:azure-identity:1.5.3' implementation 'com.microsoft.graph:microsoft-graph:5.28.0' } //