diff --git a/examples/distro/smoke-tests/build.gradle b/examples/distro/smoke-tests/build.gradle index 77e0be71c8..49f2403c8a 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.19.1") - testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.3") testImplementation("com.google.protobuf:protobuf-java-util:3.24.4") testImplementation("com.squareup.okhttp3:okhttp:4.11.0") testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha") diff --git a/examples/extension/build.gradle b/examples/extension/build.gradle index 5841e711e7..0a4efaf5c6 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.19.1") - testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.3") testImplementation("com.google.protobuf:protobuf-java-util:3.24.4") testImplementation("com.squareup.okhttp3:okhttp:4.11.0") testImplementation("io.opentelemetry:opentelemetry-api")