diff --git a/agent/agent-tooling/build.gradle.kts b/agent/agent-tooling/build.gradle.kts index 01219eba4c9..f628b7c46ed 100644 --- a/agent/agent-tooling/build.gradle.kts +++ b/agent/agent-tooling/build.gradle.kts @@ -90,9 +90,7 @@ dependencies { configurations.all { // waiting for azure-identity to be bumped in the Azure SDK BOM - resolutionStrategy.force("com.azure:azure-identity:1.15.3") - // waiting for json-smart:2.5.2 to be available as a transitive dependency of azure:azure-identity - resolutionStrategy.force("net.minidev:json-smart:2.5.2") + resolutionStrategy.force("com.azure:azure-identity:1.15.4") } configurations { diff --git a/agent/agent-tooling/gradle.lockfile b/agent/agent-tooling/gradle.lockfile index 40282926bdc..b97c7ee578e 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.10=runtimeClasspath com.azure:azure-core:1.55.2=runtimeClasspath -com.azure:azure-identity:1.15.3=runtimeClasspath +com.azure:azure-identity:1.15.4=runtimeClasspath com.azure:azure-json:1.4.0=runtimeClasspath com.azure:azure-monitor-opentelemetry-autoconfigure:1.0.0=runtimeClasspath com.azure:azure-sdk-bom:1.2.32=runtimeClasspath @@ -24,11 +24,11 @@ com.github.oshi:oshi-core:6.7.0=runtimeClasspath com.github.stephenc.jcip:jcip-annotations:1.0-1=runtimeClasspath com.google.errorprone:error_prone_annotations:2.36.0=runtimeClasspath com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath -com.microsoft.azure:msal4j:1.19.0=runtimeClasspath +com.microsoft.azure:msal4j:1.19.1=runtimeClasspath com.nimbusds:content-type:2.3=runtimeClasspath com.nimbusds:lang-tag:1.7=runtimeClasspath -com.nimbusds:nimbus-jose-jwt:9.40=runtimeClasspath -com.nimbusds:oauth2-oidc-sdk:11.18=runtimeClasspath +com.nimbusds:nimbus-jose-jwt:10.0.1=runtimeClasspath +com.nimbusds:oauth2-oidc-sdk:11.23=runtimeClasspath commons-codec:commons-codec:1.18.0=runtimeClasspath io.netty:netty-bom:4.1.119.Final=runtimeClasspath io.netty:netty-buffer:4.1.119.Final=runtimeClasspath diff --git a/agent/agent/build.gradle.kts b/agent/agent/build.gradle.kts index 98c5b8e44ef..3c6ca985c53 100644 --- a/agent/agent/build.gradle.kts +++ b/agent/agent/build.gradle.kts @@ -223,8 +223,6 @@ configurations { 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.15.3") - // waiting for json-smart:2.5.2 to be available as a transitive dependency of azure:azure-identity - resolutionStrategy.force("net.minidev:json-smart:2.5.2") + resolutionStrategy.force("com.azure:azure-identity:1.15.4") } } diff --git a/licenses/more-licenses.md b/licenses/more-licenses.md index 83a286a3e25..a83c3c7fdfd 100644 --- a/licenses/more-licenses.md +++ b/licenses/more-licenses.md @@ -1,7 +1,7 @@ # agent ## Dependency License Report -_2025-03-10 13:53:59 PDT_ +_2025-03-12 03:38:54 UTC_ ## Apache License, Version 2.0 **1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.18.3` @@ -53,13 +53,13 @@ _2025-03-10 13:53:59 PDT_ > - **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:** `9.40` +**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.18` +**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) @@ -350,7 +350,7 @@ _2025-03-10 13:53:59 PDT_ > - **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) -**67** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.15.3` +**67** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.15.4` > - **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) @@ -382,7 +382,7 @@ _2025-03-10 13:53:59 PDT_ > - **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) -**75** **Group:** `com.microsoft.azure` **Name:** `msal4j` **Version:** `1.19.0` +**75** **Group:** `com.microsoft.azure` **Name:** `msal4j` **Version:** `1.19.1` > - **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)