From d57bbb92d7212da770bfbb24ccf7a577e0683e92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:36:49 +0000 Subject: [PATCH] chore(deps): bump com.azure:azure-identity from 1.15.4 to 1.16.2 Bumps [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.15.4 to 1.16.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.15.4...azure-identity_1.16.2) --- updated-dependencies: - dependency-name: com.azure:azure-identity dependency-version: 1.16.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 618ba29..dd90458 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { implementation("io.micrometer:micrometer-tracing-bridge-otel") // Azure - implementation("com.azure:azure-identity:1.15.4") + implementation("com.azure:azure-identity:1.16.2") // Spring Boot implementation("org.springframework.boot:spring-boot-starter-actuator")