diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 932bd63a5b..810cba3983 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -27,7 +27,7 @@ val groovyVersion = "4.0.23" // configurations.testRuntimeClasspath.resolutionStrategy.force "com.google.guava:guava:19.0" val DEPENDENCY_BOMS = listOf( - "com.fasterxml.jackson:jackson-bom:2.18.0", + "com.fasterxml.jackson:jackson-bom:2.18.1", "com.squareup.okio:okio-bom:3.9.1", // see https://github.com/open-telemetry/opentelemetry-java/issues/5637 "com.google.guava:guava-bom:33.3.1-jre", "org.apache.groovy:groovy-bom:${groovyVersion}", diff --git a/examples/distro/smoke-tests/build.gradle b/examples/distro/smoke-tests/build.gradle index 0804df850d..3ded281cc2 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:1.20.3") - testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.0") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.1") testImplementation("com.google.protobuf:protobuf-java-util:4.28.3") testImplementation("com.squareup.okhttp3:okhttp:4.12.0") testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.3.2-alpha") diff --git a/examples/extension/build.gradle b/examples/extension/build.gradle index ae9766c2a0..086d111194 100644 --- a/examples/extension/build.gradle +++ b/examples/extension/build.gradle @@ -100,7 +100,7 @@ dependencies { //All dependencies below are only for tests testImplementation("org.testcontainers:testcontainers:1.20.3") - testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.0") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.1") testImplementation("com.google.protobuf:protobuf-java-util:4.28.3") testImplementation("com.squareup.okhttp3:okhttp:4.12.0") testImplementation("io.opentelemetry:opentelemetry-api") diff --git a/licenses/jackson-annotations-2.18.0.jar/META-INF/LICENSE b/licenses/jackson-annotations-2.18.1.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-annotations-2.18.0.jar/META-INF/LICENSE rename to licenses/jackson-annotations-2.18.1.jar/META-INF/LICENSE diff --git a/licenses/jackson-annotations-2.18.0.jar/META-INF/NOTICE b/licenses/jackson-annotations-2.18.1.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-annotations-2.18.0.jar/META-INF/NOTICE rename to licenses/jackson-annotations-2.18.1.jar/META-INF/NOTICE diff --git a/licenses/jackson-core-2.18.0.jar/META-INF/LICENSE b/licenses/jackson-core-2.18.1.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-core-2.18.0.jar/META-INF/LICENSE rename to licenses/jackson-core-2.18.1.jar/META-INF/LICENSE diff --git a/licenses/jackson-core-2.18.0.jar/META-INF/NOTICE b/licenses/jackson-core-2.18.1.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-core-2.18.0.jar/META-INF/NOTICE rename to licenses/jackson-core-2.18.1.jar/META-INF/NOTICE diff --git a/licenses/jackson-databind-2.18.0.jar/META-INF/LICENSE b/licenses/jackson-databind-2.18.1.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-databind-2.18.0.jar/META-INF/LICENSE rename to licenses/jackson-databind-2.18.1.jar/META-INF/LICENSE diff --git a/licenses/jackson-databind-2.18.0.jar/META-INF/NOTICE b/licenses/jackson-databind-2.18.1.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-databind-2.18.0.jar/META-INF/NOTICE rename to licenses/jackson-databind-2.18.1.jar/META-INF/NOTICE diff --git a/licenses/jackson-dataformat-yaml-2.18.0.jar/META-INF/LICENSE b/licenses/jackson-dataformat-yaml-2.18.1.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-dataformat-yaml-2.18.0.jar/META-INF/LICENSE rename to licenses/jackson-dataformat-yaml-2.18.1.jar/META-INF/LICENSE diff --git a/licenses/jackson-dataformat-yaml-2.18.0.jar/META-INF/NOTICE b/licenses/jackson-dataformat-yaml-2.18.1.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-dataformat-yaml-2.18.0.jar/META-INF/NOTICE rename to licenses/jackson-dataformat-yaml-2.18.1.jar/META-INF/NOTICE diff --git a/licenses/licenses.md b/licenses/licenses.md index c7ee053bc4..74c6c6d953 100644 --- a/licenses/licenses.md +++ b/licenses/licenses.md @@ -9,33 +9,33 @@ > - **POM Project URL**: [https://github.com/raphw/weak-lock-free](https://github.com/raphw/weak-lock-free) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**2** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.18.0` +**2** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.18.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-annotations-2.18.0.jar/META-INF/LICENSE](jackson-annotations-2.18.0.jar/META-INF/LICENSE) - - [jackson-annotations-2.18.0.jar/META-INF/NOTICE](jackson-annotations-2.18.0.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-annotations-2.18.1.jar/META-INF/LICENSE](jackson-annotations-2.18.1.jar/META-INF/LICENSE) + - [jackson-annotations-2.18.1.jar/META-INF/NOTICE](jackson-annotations-2.18.1.jar/META-INF/NOTICE) -**3** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-core` **Version:** `2.18.0` +**3** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-core` **Version:** `2.18.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.18.0.jar/META-INF/LICENSE](jackson-core-2.18.0.jar/META-INF/LICENSE) - - [jackson-core-2.18.0.jar/META-INF/NOTICE](jackson-core-2.18.0.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-core-2.18.1.jar/META-INF/LICENSE](jackson-core-2.18.1.jar/META-INF/LICENSE) + - [jackson-core-2.18.1.jar/META-INF/NOTICE](jackson-core-2.18.1.jar/META-INF/NOTICE) -**4** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-databind` **Version:** `2.18.0` +**4** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-databind` **Version:** `2.18.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.18.0.jar/META-INF/LICENSE](jackson-databind-2.18.0.jar/META-INF/LICENSE) - - [jackson-databind-2.18.0.jar/META-INF/NOTICE](jackson-databind-2.18.0.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-databind-2.18.1.jar/META-INF/LICENSE](jackson-databind-2.18.1.jar/META-INF/LICENSE) + - [jackson-databind-2.18.1.jar/META-INF/NOTICE](jackson-databind-2.18.1.jar/META-INF/NOTICE) -**5** **Group:** `com.fasterxml.jackson.dataformat` **Name:** `jackson-dataformat-yaml` **Version:** `2.18.0` +**5** **Group:** `com.fasterxml.jackson.dataformat` **Name:** `jackson-dataformat-yaml` **Version:** `2.18.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.18.0.jar/META-INF/LICENSE](jackson-dataformat-yaml-2.18.0.jar/META-INF/LICENSE) - - [jackson-dataformat-yaml-2.18.0.jar/META-INF/NOTICE](jackson-dataformat-yaml-2.18.0.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-dataformat-yaml-2.18.1.jar/META-INF/LICENSE](jackson-dataformat-yaml-2.18.1.jar/META-INF/LICENSE) + - [jackson-dataformat-yaml-2.18.1.jar/META-INF/NOTICE](jackson-dataformat-yaml-2.18.1.jar/META-INF/NOTICE) **6** **Group:** `com.google.cloud.opentelemetry` **Name:** `detector-resources-support` **Version:** `0.33.0` > - **POM Project URL**: [https://github.com/GoogleCloudPlatform/opentelemetry-operations-java](https://github.com/GoogleCloudPlatform/opentelemetry-operations-java) @@ -273,7 +273,7 @@ > - **POM Project URL**: [https://bitbucket.org/snakeyaml/snakeyaml-engine](https://bitbucket.org/snakeyaml/snakeyaml-engine) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**59** **Group:** `org.yaml` **Name:** `snakeyaml` **Version:** `2.2` +**59** **Group:** `org.yaml` **Name:** `snakeyaml` **Version:** `2.3` > - **Manifest License**: Apache License, Version 2.0 (Not Packaged) > - **POM Project URL**: [https://bitbucket.org/snakeyaml/snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)