Skip to content

Commit f081e43

Browse files
fix(deps): update jackson packages to v2.21.1 (#16266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 3c573ea commit f081e43

10 files changed

Lines changed: 13 additions & 13 deletions

File tree

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ val DEPENDENCY_BOMS = listOf(
2727
// for some reason boms show up as runtime dependencies in license and vulnerability scans
2828
// even if they are only used by test dependencies, so not using junit bom since it is LGPL
2929

30-
"com.fasterxml.jackson:jackson-bom:2.21.0",
30+
"com.fasterxml.jackson:jackson-bom:2.21.1",
3131
"com.google.guava:guava-bom:33.5.0-jre",
3232
"org.apache.groovy:groovy-bom:${groovyVersion}",
3333
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",

examples/distro/smoke-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
66
testImplementation("org.testcontainers:testcontainers:2.0.3")
7-
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.21.0")
7+
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.21.1")
88
testImplementation("com.google.protobuf:protobuf-java-util:4.33.5")
99
testImplementation("com.squareup.okhttp3:okhttp:5.3.2")
1010
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.9.0-alpha")

examples/extension/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies {
9999

100100
//All dependencies below are only for tests
101101
testImplementation("org.testcontainers:testcontainers:2.0.3")
102-
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.21.0")
102+
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.21.1")
103103
testImplementation("com.google.protobuf:protobuf-java-util:4.33.5")
104104
testImplementation("com.squareup.okhttp3:okhttp:5.3.2")
105105
testImplementation("io.opentelemetry:opentelemetry-api")
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

licenses/jackson-dataformat-yaml-2.21.0.jar/META-INF/LICENSE renamed to licenses/jackson-dataformat-yaml-2.21.1.jar/META-INF/LICENSE

File renamed without changes.

licenses/jackson-dataformat-yaml-2.21.0.jar/META-INF/NOTICE renamed to licenses/jackson-dataformat-yaml-2.21.1.jar/META-INF/NOTICE

File renamed without changes.

licenses/licenses.md

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)