From b5d017940ef560426b16887402ed0573c81fbb6d Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 9 Sep 2025 11:50:16 -0700 Subject: [PATCH] azure-identity pin not needed anymore --- agent/agent-tooling/build.gradle.kts | 5 ----- agent/agent-tooling/gradle.lockfile | 2 +- agent/agent/build.gradle.kts | 2 -- licenses/more-licenses.md | 4 ++-- 4 files changed, 3 insertions(+), 10 deletions(-) diff --git a/agent/agent-tooling/build.gradle.kts b/agent/agent-tooling/build.gradle.kts index 349cfd9b6b..994836679d 100644 --- a/agent/agent-tooling/build.gradle.kts +++ b/agent/agent-tooling/build.gradle.kts @@ -88,11 +88,6 @@ dependencies { testCompileOnly("com.google.code.findbugs:jsr305") } -configurations.all { - // waiting for azure-identity to be bumped in the Azure SDK BOM - resolutionStrategy.force("com.azure:azure-identity:1.16.3") -} - configurations { "implementation" { exclude(group = "net.bytebuddy", module = "byte-buddy") // we use byte-buddy-dep diff --git a/agent/agent-tooling/gradle.lockfile b/agent/agent-tooling/gradle.lockfile index 11cb64b35d..eaeb43ad48 100644 --- a/agent/agent-tooling/gradle.lockfile +++ b/agent/agent-tooling/gradle.lockfile @@ -7,7 +7,7 @@ ch.qos.logback:logback-classic:1.3.15=runtimeClasspath ch.qos.logback:logback-core:1.3.15=runtimeClasspath com.azure:azure-core-http-netty:1.16.0=runtimeClasspath com.azure:azure-core:1.56.0=runtimeClasspath -com.azure:azure-identity:1.16.3=runtimeClasspath +com.azure:azure-identity:1.17.0=runtimeClasspath com.azure:azure-json:1.5.0=runtimeClasspath com.azure:azure-monitor-opentelemetry-autoconfigure:1.3.0=runtimeClasspath com.azure:azure-sdk-bom:1.2.38=runtimeClasspath diff --git a/agent/agent/build.gradle.kts b/agent/agent/build.gradle.kts index c7a9d4f147..ff3bf300a9 100644 --- a/agent/agent/build.gradle.kts +++ b/agent/agent/build.gradle.kts @@ -227,7 +227,5 @@ configurations { // excluding unused dependencies for size (~1.8mb) exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml") exclude("com.fasterxml.woodstox", "woodstox-core") - // waiting for azure-identity to be bumped in the Azure SDK BOM - resolutionStrategy.force("com.azure:azure-identity:1.16.3") } } diff --git a/licenses/more-licenses.md b/licenses/more-licenses.md index c19f7452b7..ec0e258b6c 100644 --- a/licenses/more-licenses.md +++ b/licenses/more-licenses.md @@ -1,7 +1,7 @@ # agent ## Dependency License Report -_2025-09-05 03:07:20 UTC_ +_2025-09-09 12:28:37 PDT_ ## Apache License, Version 2.0 **1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.19.2` @@ -370,7 +370,7 @@ _2025-09-05 03:07:20 UTC_ > - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java) > - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) -**71** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.16.3` +**71** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.17.0` > - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java) > - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)