From 7017b7d1e0f6e2f7b475a4f74a2802671976653a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 02:56:06 +0000 Subject: [PATCH 1/2] fix(deps): update jackson packages to v2.20.1 --- dependencyManagement/build.gradle.kts | 2 +- examples/distro/smoke-tests/build.gradle | 2 +- examples/extension/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 282c2d17371b..e65efffb6969 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -27,7 +27,7 @@ val DEPENDENCY_BOMS = listOf( // for some reason boms show up as runtime dependencies in license and vulnerability scans // even if they are only used by test dependencies, so not using junit bom since it is LGPL - "com.fasterxml.jackson:jackson-bom:2.20.0", + "com.fasterxml.jackson:jackson-bom:2.20.1", "com.google.guava:guava-bom:33.5.0-jre", "org.apache.groovy:groovy-bom:${groovyVersion}", "io.opentelemetry:opentelemetry-bom:${otelSdkVersion}", diff --git a/examples/distro/smoke-tests/build.gradle b/examples/distro/smoke-tests/build.gradle index 1541dad70c51..6c9b3405735b 100644 --- a/examples/distro/smoke-tests/build.gradle +++ b/examples/distro/smoke-tests/build.gradle @@ -4,7 +4,7 @@ plugins { dependencies { testImplementation("org.testcontainers:testcontainers:2.0.1") - testImplementation("com.fasterxml.jackson.core:jackson-databind:2.20.0") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.20.1") testImplementation("com.google.protobuf:protobuf-java-util:4.33.0") testImplementation("com.squareup.okhttp3:okhttp:5.2.1") testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha") diff --git a/examples/extension/build.gradle b/examples/extension/build.gradle index 793f4f8ab047..ddc58f946e01 100644 --- a/examples/extension/build.gradle +++ b/examples/extension/build.gradle @@ -99,7 +99,7 @@ dependencies { //All dependencies below are only for tests testImplementation("org.testcontainers:testcontainers:2.0.1") - testImplementation("com.fasterxml.jackson.core:jackson-databind:2.20.0") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.20.1") testImplementation("com.google.protobuf:protobuf-java-util:4.33.0") testImplementation("com.squareup.okhttp3:okhttp:5.2.1") testImplementation("io.opentelemetry:opentelemetry-api") From 2b3fe70c2787aa708e9df36e176028e6e2f071c3 Mon Sep 17 00:00:00 2001 From: otelbot <197425009+otelbot@users.noreply.github.com> Date: Fri, 31 Oct 2025 03:02:59 +0000 Subject: [PATCH 2/2] ./gradlew generateLicenseReport --- .../META-INF/LICENSE | 0 .../META-INF/NOTICE | 0 .../META-INF/LICENSE | 0 .../META-INF/NOTICE | 0 .../META-INF/LICENSE | 0 .../META-INF/NOTICE | 0 licenses/licenses.md | 18 +++++++++--------- 7 files changed, 9 insertions(+), 9 deletions(-) rename licenses/{jackson-core-2.20.0.jar => jackson-core-2.20.1.jar}/META-INF/LICENSE (100%) rename licenses/{jackson-core-2.20.0.jar => jackson-core-2.20.1.jar}/META-INF/NOTICE (100%) rename licenses/{jackson-databind-2.20.0.jar => jackson-databind-2.20.1.jar}/META-INF/LICENSE (100%) rename licenses/{jackson-databind-2.20.0.jar => jackson-databind-2.20.1.jar}/META-INF/NOTICE (100%) rename licenses/{jackson-dataformat-yaml-2.20.0.jar => jackson-dataformat-yaml-2.20.1.jar}/META-INF/LICENSE (100%) rename licenses/{jackson-dataformat-yaml-2.20.0.jar => jackson-dataformat-yaml-2.20.1.jar}/META-INF/NOTICE (100%) diff --git a/licenses/jackson-core-2.20.0.jar/META-INF/LICENSE b/licenses/jackson-core-2.20.1.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-core-2.20.0.jar/META-INF/LICENSE rename to licenses/jackson-core-2.20.1.jar/META-INF/LICENSE diff --git a/licenses/jackson-core-2.20.0.jar/META-INF/NOTICE b/licenses/jackson-core-2.20.1.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-core-2.20.0.jar/META-INF/NOTICE rename to licenses/jackson-core-2.20.1.jar/META-INF/NOTICE diff --git a/licenses/jackson-databind-2.20.0.jar/META-INF/LICENSE b/licenses/jackson-databind-2.20.1.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-databind-2.20.0.jar/META-INF/LICENSE rename to licenses/jackson-databind-2.20.1.jar/META-INF/LICENSE diff --git a/licenses/jackson-databind-2.20.0.jar/META-INF/NOTICE b/licenses/jackson-databind-2.20.1.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-databind-2.20.0.jar/META-INF/NOTICE rename to licenses/jackson-databind-2.20.1.jar/META-INF/NOTICE diff --git a/licenses/jackson-dataformat-yaml-2.20.0.jar/META-INF/LICENSE b/licenses/jackson-dataformat-yaml-2.20.1.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-dataformat-yaml-2.20.0.jar/META-INF/LICENSE rename to licenses/jackson-dataformat-yaml-2.20.1.jar/META-INF/LICENSE diff --git a/licenses/jackson-dataformat-yaml-2.20.0.jar/META-INF/NOTICE b/licenses/jackson-dataformat-yaml-2.20.1.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-dataformat-yaml-2.20.0.jar/META-INF/NOTICE rename to licenses/jackson-dataformat-yaml-2.20.1.jar/META-INF/NOTICE diff --git a/licenses/licenses.md b/licenses/licenses.md index 2342c2dd0c44..f701fee6105c 100644 --- a/licenses/licenses.md +++ b/licenses/licenses.md @@ -19,26 +19,26 @@ > - **Embedded license files**: [jackson-annotations-2.20.jar/META-INF/LICENSE](jackson-annotations-2.20.jar/META-INF/LICENSE) - [jackson-annotations-2.20.jar/META-INF/NOTICE](jackson-annotations-2.20.jar/META-INF/NOTICE) -**4** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-core` **Version:** `2.20.0` +**4** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-core` **Version:** `2.20.1` > - **Project URL**: [https://github.com/FasterXML/jackson-core](https://github.com/FasterXML/jackson-core) > - **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) -> - **Embedded license files**: [jackson-core-2.20.0.jar/META-INF/LICENSE](jackson-core-2.20.0.jar/META-INF/LICENSE) - - [jackson-core-2.20.0.jar/META-INF/NOTICE](jackson-core-2.20.0.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-core-2.20.1.jar/META-INF/LICENSE](jackson-core-2.20.1.jar/META-INF/LICENSE) + - [jackson-core-2.20.1.jar/META-INF/NOTICE](jackson-core-2.20.1.jar/META-INF/NOTICE) -**5** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-databind` **Version:** `2.20.0` +**5** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-databind` **Version:** `2.20.1` > - **Project URL**: [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) > - **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) -> - **Embedded license files**: [jackson-databind-2.20.0.jar/META-INF/LICENSE](jackson-databind-2.20.0.jar/META-INF/LICENSE) - - [jackson-databind-2.20.0.jar/META-INF/NOTICE](jackson-databind-2.20.0.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-databind-2.20.1.jar/META-INF/LICENSE](jackson-databind-2.20.1.jar/META-INF/LICENSE) + - [jackson-databind-2.20.1.jar/META-INF/NOTICE](jackson-databind-2.20.1.jar/META-INF/NOTICE) -**6** **Group:** `com.fasterxml.jackson.dataformat` **Name:** `jackson-dataformat-yaml` **Version:** `2.20.0` +**6** **Group:** `com.fasterxml.jackson.dataformat` **Name:** `jackson-dataformat-yaml` **Version:** `2.20.1` > - **Project URL**: [https://github.com/FasterXML/jackson-dataformats-text](https://github.com/FasterXML/jackson-dataformats-text) > - **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) -> - **Embedded license files**: [jackson-dataformat-yaml-2.20.0.jar/META-INF/LICENSE](jackson-dataformat-yaml-2.20.0.jar/META-INF/LICENSE) - - [jackson-dataformat-yaml-2.20.0.jar/META-INF/NOTICE](jackson-dataformat-yaml-2.20.0.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-dataformat-yaml-2.20.1.jar/META-INF/LICENSE](jackson-dataformat-yaml-2.20.1.jar/META-INF/LICENSE) + - [jackson-dataformat-yaml-2.20.1.jar/META-INF/NOTICE](jackson-dataformat-yaml-2.20.1.jar/META-INF/NOTICE) **7** **Group:** `com.google.cloud.opentelemetry` **Name:** `detector-resources-support` **Version:** `0.36.0` > - **POM Project URL**: [https://github.com/GoogleCloudPlatform/opentelemetry-operations-java](https://github.com/GoogleCloudPlatform/opentelemetry-operations-java)