From 845f58183ab61231a0a8aaa061361d101ea2b651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 17:23:53 +0100 Subject: [PATCH] Bump com.azure:azure-identity from 1.11.2 to 1.11.3 (#2389) Bumps [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.11.2 to 1.11.3. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-identity_1.11.2...azure-identity_1.11.3) --- updated-dependencies: - dependency-name: com.azure:azure-identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test-features/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-features/build.gradle b/test-features/build.gradle index fa40a208d2c..886d0152685 100644 --- a/test-features/build.gradle +++ b/test-features/build.gradle @@ -6,7 +6,7 @@ plugins { dependencies { testImplementation(project(":test-utils")) testImplementation(project(":starter-core")) - testImplementation("com.azure:azure-identity:1.11.2") + testImplementation("com.azure:azure-identity:1.11.3") testImplementation("com.azure.resourcemanager:azure-resourcemanager-containerinstance:2.35.0") testImplementation("com.google.apis:google-api-services-run:v1-rev20201113-1.31.0") testImplementation("com.google.auth:google-auth-library-oauth2-http:1.23.0")