Skip to content

Commit 93113a2

Browse files
fix(deps): update jackson packages to v2.17.1 (main) (patch) (#11287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lauri Tulmin <[email protected]>
1 parent ae48482 commit 93113a2

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ val groovyVersion = "4.0.21"
2727
// configurations.testRuntimeClasspath.resolutionStrategy.force "com.google.guava:guava:19.0"
2828

2929
val DEPENDENCY_BOMS = listOf(
30-
"com.fasterxml.jackson:jackson-bom:2.17.0",
30+
"com.fasterxml.jackson:jackson-bom:2.17.1",
3131
"com.squareup.okio:okio-bom:3.9.0", // see https://github.com/open-telemetry/opentelemetry-java/issues/5637
3232
"com.google.guava:guava-bom:33.2.0-jre",
3333
"org.apache.groovy:groovy-bom:${groovyVersion}",

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:1.19.7")
7-
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.0")
7+
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
88
testImplementation("com.google.protobuf:protobuf-java-util:3.25.3")
99
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
1010
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.2.0-alpha")

examples/extension/build.gradle

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

101101
//All dependencies below are only for tests
102102
testImplementation("org.testcontainers:testcontainers:1.19.7")
103-
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.0")
103+
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
104104
testImplementation("com.google.protobuf:protobuf-java-util:3.25.3")
105105
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
106106
testImplementation("io.opentelemetry:opentelemetry-api")

licenses/jackson-annotations-2.17.0.jar/META-INF/LICENSE renamed to licenses/jackson-annotations-2.17.1.jar/META-INF/LICENSE

File renamed without changes.

licenses/jackson-annotations-2.17.0.jar/META-INF/NOTICE renamed to licenses/jackson-annotations-2.17.1.jar/META-INF/NOTICE

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

licenses/jackson-dataformat-yaml-2.17.0.jar/META-INF/LICENSE renamed to licenses/jackson-dataformat-yaml-2.17.1.jar/META-INF/LICENSE

File renamed without changes.

0 commit comments

Comments
 (0)