From a570ffd4ed214bb59683de2454c8d015f75be152 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 19 Aug 2025 10:52:00 -0700 Subject: [PATCH 1/2] Remove azure-identity pinning --- agent/agent-tooling/build.gradle.kts | 5 ----- agent/agent-tooling/gradle.lockfile | 8 ++++---- agent/agent/build.gradle.kts | 2 -- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/agent/agent-tooling/build.gradle.kts b/agent/agent-tooling/build.gradle.kts index 3155c8dbe45..8bf65443e4a 100644 --- a/agent/agent-tooling/build.gradle.kts +++ b/agent/agent-tooling/build.gradle.kts @@ -84,11 +84,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 a33c9e2f99b..7bf09084c23 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.15.13=runtimeClasspath com.azure:azure-core:1.55.5=runtimeClasspath -com.azure:azure-identity:1.16.3=runtimeClasspath +com.azure:azure-identity:1.16.2=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.37=runtimeClasspath @@ -24,11 +24,11 @@ com.github.oshi:oshi-core:6.8.2=runtimeClasspath com.github.stephenc.jcip:jcip-annotations:1.0-1=runtimeClasspath com.google.errorprone:error_prone_annotations:2.41.0=runtimeClasspath com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath -com.microsoft.azure:msal4j:1.22.0=runtimeClasspath +com.microsoft.azure:msal4j:1.21.0=runtimeClasspath com.nimbusds:content-type:2.3=runtimeClasspath com.nimbusds:lang-tag:1.7=runtimeClasspath -com.nimbusds:nimbus-jose-jwt:10.0.2=runtimeClasspath -com.nimbusds:oauth2-oidc-sdk:11.23.1=runtimeClasspath +com.nimbusds:nimbus-jose-jwt:10.0.1=runtimeClasspath +com.nimbusds:oauth2-oidc-sdk:11.23=runtimeClasspath commons-codec:commons-codec:1.19.0=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.netty:netty-buffer:4.2.3.Final=runtimeClasspath diff --git a/agent/agent/build.gradle.kts b/agent/agent/build.gradle.kts index bc8c5e41423..0cf4e2cc32f 100644 --- a/agent/agent/build.gradle.kts +++ b/agent/agent/build.gradle.kts @@ -232,7 +232,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") } } From 3da9d38095fcdf1c3047208c7d66ac152dcf3765 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 19 Aug 2025 10:57:42 -0700 Subject: [PATCH 2/2] Update license report --- licenses/more-licenses.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/licenses/more-licenses.md b/licenses/more-licenses.md index a80cc614b17..5555dc3176a 100644 --- a/licenses/more-licenses.md +++ b/licenses/more-licenses.md @@ -1,7 +1,7 @@ # agent ## Dependency License Report -_2025-08-04 18:36:28 UTC_ +_2025-08-19 10:55:17 PDT_ ## Apache License, Version 2.0 **1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.19.2` @@ -53,13 +53,13 @@ _2025-08-04 18:36:28 UTC_ > - **POM Project URL**: [https://bitbucket.org/connect2id/nimbus-language-tags](https://bitbucket.org/connect2id/nimbus-language-tags) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**9** **Group:** `com.nimbusds` **Name:** `nimbus-jose-jwt` **Version:** `10.0.2` +**9** **Group:** `com.nimbusds` **Name:** `nimbus-jose-jwt` **Version:** `10.0.1` > - **Manifest Project URL**: [https://connect2id.com](https://connect2id.com) > - **Manifest License**: Apache License, Version 2.0 (Not Packaged) > - **POM Project URL**: [https://bitbucket.org/connect2id/nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**10** **Group:** `com.nimbusds` **Name:** `oauth2-oidc-sdk` **Version:** `11.23.1` +**10** **Group:** `com.nimbusds` **Name:** `oauth2-oidc-sdk` **Version:** `11.23` > - **Project URL**: [https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) > - **Manifest License**: Apache License, Version 2.0 (Not Packaged) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) @@ -370,7 +370,7 @@ _2025-08-04 18:36:28 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.16.2` > - **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) @@ -402,7 +402,7 @@ _2025-08-04 18:36:28 UTC_ > - **Manifest License**: "SPDX-License-Identifier: MIT";link="https://opensource.org/licenses/MIT" (Not Packaged) > - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) -**79** **Group:** `com.microsoft.azure` **Name:** `msal4j` **Version:** `1.22.0` +**79** **Group:** `com.microsoft.azure` **Name:** `msal4j` **Version:** `1.21.0` > - **Project URL**: [https://github.com/AzureAD/microsoft-authentication-library-for-java](https://github.com/AzureAD/microsoft-authentication-library-for-java) > - **Manifest License**: "MIT License" (Not Packaged) > - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)