From c96ea71451e6d96a36bbca77868ba9ab33145194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 06:41:54 +0000 Subject: [PATCH] Bump com.azure:azure-identity from 1.14.0 to 1.14.1 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7c5d886..2692e2c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,7 +22,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.0' + implementation 'com.azure:azure-identity:1.14.1' implementation 'com.microsoft.graph:microsoft-graph:6.19.0' implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.7.0' }