Skip to content

Commit f5908ae

Browse files
fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.3 (#9670)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 490e332 commit f5908ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/distro/smoke-tests/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
66
testImplementation("org.testcontainers:testcontainers:1.19.1")
7-
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
7+
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
88
testImplementation("com.google.protobuf:protobuf-java-util:3.24.4")
99
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
1010
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha")

examples/extension/build.gradle

+1-1
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.1")
103-
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
103+
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
104104
testImplementation("com.google.protobuf:protobuf-java-util:3.24.4")
105105
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
106106
testImplementation("io.opentelemetry:opentelemetry-api")

0 commit comments

Comments
 (0)