From bce3da0ffbabbccbb0a20c5d0a624bf4cc611211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 07:17:49 +0000 Subject: [PATCH] Bump com.azure:azure-identity from 1.18.0 to 1.18.1 in /grapheventgrid Bumps [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.18.0 to 1.18.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.18.0...azure-identity_1.18.1) --- updated-dependencies: - dependency-name: com.azure:azure-identity dependency-version: 1.18.1 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 a20b9a0..2181484 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.18.0' + implementation 'com.azure:azure-identity:1.18.1' implementation 'com.microsoft.graph:microsoft-graph:5.80.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' }