From 74f65f695dfdb4c4c00054b0f205dc8edff3e3b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:33:54 +0000 Subject: [PATCH] chore(deps): bump com.azure:azure-core Bumps [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) from 1.55.3 to 1.55.4. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-core_1.55.3...azure-core_1.55.4) --- updated-dependencies: - dependency-name: com.azure:azure-core dependency-version: 1.55.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- components/authentication/azure/gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/authentication/azure/gradle/dependencies.gradle b/components/authentication/azure/gradle/dependencies.gradle index 9a42a6fde..1f70caf9f 100644 --- a/components/authentication/azure/gradle/dependencies.gradle +++ b/components/authentication/azure/gradle/dependencies.gradle @@ -9,7 +9,7 @@ dependencies { implementation 'io.opentelemetry:opentelemetry-context:1.51.0' implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' api 'javax.xml.stream:stax-api:1.0-2' - api 'com.azure:azure-core:1.55.3' + api 'com.azure:azure-core:1.55.4' api project(':components:abstractions') }