From abc83e87c3ba5c0b7c7f8f676983cb87d009af9a Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 04:26:28 +0000 Subject: [PATCH] Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.2 --- smoke-tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoke-tests/build.gradle b/smoke-tests/build.gradle index 1192eef0..75e6460c 100644 --- a/smoke-tests/build.gradle +++ b/smoke-tests/build.gradle @@ -5,7 +5,7 @@ plugins { dependencies { testImplementation(project(":custom")) testImplementation("org.testcontainers:testcontainers:1.20.4") - testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.1") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2") testImplementation("com.google.protobuf:protobuf-java-util:4.28.3") testImplementation("com.squareup.okhttp3:okhttp:4.12.0") testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.3.2-alpha")