From 88aa866aa7e6cb015fd3ed498f24ea1f1d476065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:13:47 +0000 Subject: [PATCH] Bump com.azure:azure-identity from 1.14.0 to 1.14.1 in /grapheventgrid 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] --- grapheventgrid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grapheventgrid/build.gradle b/grapheventgrid/build.gradle index 21cae60..ae44688 100644 --- a/grapheventgrid/build.gradle +++ b/grapheventgrid/build.gradle @@ -17,7 +17,7 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' - implementation 'com.azure:azure-identity:1.14.0' + implementation 'com.azure:azure-identity:1.14.1' implementation 'com.microsoft.graph:microsoft-graph:5.80.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' }