From 73ef711fa144f3a650c7f619a1ab269aa808169c Mon Sep 17 00:00:00 2001 From: Jean Bisutti Date: Tue, 11 Feb 2025 16:43:52 +0100 Subject: [PATCH 1/3] Bump com.azure:azure-identity to 1.15.1 --- agent/agent/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/agent/agent/build.gradle.kts b/agent/agent/build.gradle.kts index aa284ce65f2..19ac046cc83 100644 --- a/agent/agent/build.gradle.kts +++ b/agent/agent/build.gradle.kts @@ -222,5 +222,7 @@ 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.15.1") } } From d83ecc675506104bf1ec9edd6d05e7f9066e1ef4 Mon Sep 17 00:00:00 2001 From: Jean Bisutti Date: Wed, 19 Feb 2025 16:48:16 +0100 Subject: [PATCH 2/3] Bump com.azure:azure-identity to 1.15.2 and json-smart to 2.5.2 --- agent/agent-tooling/build.gradle.kts | 7 +++++++ agent/agent/build.gradle.kts | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/agent/agent-tooling/build.gradle.kts b/agent/agent-tooling/build.gradle.kts index ece5718266e..50034597e6c 100644 --- a/agent/agent-tooling/build.gradle.kts +++ b/agent/agent-tooling/build.gradle.kts @@ -88,6 +88,13 @@ 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.15.2") + // 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") +} + configurations { "implementation" { exclude(group = "net.bytebuddy", module = "byte-buddy") // we use byte-buddy-dep diff --git a/agent/agent/build.gradle.kts b/agent/agent/build.gradle.kts index 19ac046cc83..077a84cb682 100644 --- a/agent/agent/build.gradle.kts +++ b/agent/agent/build.gradle.kts @@ -223,6 +223,8 @@ 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.1") + resolutionStrategy.force("com.azure:azure-identity:1.15.2") + // 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") } } From 0e6974ffbe2aa01b7e2c8078d768ce0340e34682 Mon Sep 17 00:00:00 2001 From: Jean Bisutti Date: Thu, 20 Feb 2025 16:16:42 +0100 Subject: [PATCH 3/3] license versions --- licenses/more-licenses.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/licenses/more-licenses.md b/licenses/more-licenses.md index cd7ae0ec028..63dc8daaf71 100644 --- a/licenses/more-licenses.md +++ b/licenses/more-licenses.md @@ -249,12 +249,12 @@ _2025-02-18 20:33:04 PST_ > - **POM License**: GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 - [https://www.gnu.org/licenses/lgpl-2.1](https://www.gnu.org/licenses/lgpl-2.1) > - **Embedded license files**: [jna-platform-5.16.0.jar/META-INF/LICENSE](jna-platform-5.16.0.jar/META-INF/LICENSE) -**50** **Group:** `net.minidev` **Name:** `accessors-smart` **Version:** `2.5.1` +**50** **Group:** `net.minidev` **Name:** `accessors-smart` **Version:** `2.5.2` > - **Project URL**: [https://urielch.github.io/](https://urielch.github.io/) > - **Manifest License**: Apache License, Version 2.0 (Not Packaged) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**51** **Group:** `net.minidev` **Name:** `json-smart` **Version:** `2.5.1` +**51** **Group:** `net.minidev` **Name:** `json-smart` **Version:** `2.5.2` > - **Project URL**: [https://urielch.github.io/](https://urielch.github.io/) > - **Manifest License**: Apache License, Version 2.0 (Not Packaged) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) @@ -350,7 +350,7 @@ _2025-02-18 20:33:04 PST_ > - **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.0` +**67** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.15.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) @@ -382,7 +382,7 @@ _2025-02-18 20:33:04 PST_ > - **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.17.2` +**75** **Group:** `com.microsoft.azure` **Name:** `msal4j` **Version:** `1.19.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)