diff --git a/examples/distro/smoke-tests/build.gradle b/examples/distro/smoke-tests/build.gradle index 37b5aa4ce2..c3be4740f3 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.18.2") - testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.1") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2") testImplementation("com.google.protobuf:protobuf-java-util:3.23.2") testImplementation("com.squareup.okhttp3:okhttp:4.11.0") testImplementation("io.opentelemetry.proto:opentelemetry-proto:0.19.0-alpha")