From 4d24e8b805e2e05c8fd2cdecfef7c4744aa72d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 06:47:42 +0000 Subject: [PATCH] Bump com.azure:azure-identity from 1.18.1 to 1.18.2 Bumps [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.18.1 to 1.18.2. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-identity_1.18.1...com.azure+azure-identity_1.18.2) --- updated-dependencies: - dependency-name: com.azure:azure-identity dependency-version: 1.18.2 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 db3b181..88883b7 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.5.0-jre' - implementation 'com.azure:azure-identity:1.18.1' + implementation 'com.azure:azure-identity:1.18.2' implementation 'com.microsoft.graph:microsoft-graph:6.60.0' implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.0' }