From 8e69204037ab35fe441606badaec9be413604c5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 21:48:07 +0000 Subject: [PATCH] Bump com.azure:azure-identity in /msgraph-mail/java Bumps [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.12.1 to 1.12.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.12.1...azure-identity_1.12.2) --- updated-dependencies: - dependency-name: com.azure:azure-identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- msgraph-mail/java/utilities/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msgraph-mail/java/utilities/build.gradle b/msgraph-mail/java/utilities/build.gradle index 2e8a8ddc8..48890e791 100644 --- a/msgraph-mail/java/utilities/build.gradle +++ b/msgraph-mail/java/utilities/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.1.13' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.1.13' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.1.13' - api 'com.azure:azure-identity:1.12.1' + api 'com.azure:azure-identity:1.12.2' api 'com.squareup.okhttp3:okhttp:4.12.0' api 'com.google.code.gson:gson:2.11.0' }