From 54ead96b17f6169e464debaf824fbe3252604f77 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 14:11:32 +0000 Subject: [PATCH] fix(deps): update jackson monorepo to v2.22.0 --- gradle/libs.versions.toml | 2 +- .../instrumentation-1.1/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 25387f6f..a01a8607 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -53,7 +53,7 @@ wiremockjre8 = "com.github.tomakehurst:wiremock-jre8:2.35.2" wiremock = "org.wiremock:wiremock:3.13.2" testcontainers = "org.testcontainers:testcontainers:2.0.5" logback = "ch.qos.logback:logback-classic:1.5.34" -jackson = "com.fasterxml.jackson.core:jackson-databind:2.21.4" +jackson = "com.fasterxml.jackson.core:jackson-databind:2.22.0" protobuf-util = "com.google.protobuf:protobuf-java-util:3.25.9" # last version supporting Java 8 mockito = "org.mockito:mockito-core:4.11.0" diff --git a/instrumentation/openai-client-instrumentation/instrumentation-1.1/build.gradle.kts b/instrumentation/openai-client-instrumentation/instrumentation-1.1/build.gradle.kts index 8c700b63..45e7f231 100644 --- a/instrumentation/openai-client-instrumentation/instrumentation-1.1/build.gradle.kts +++ b/instrumentation/openai-client-instrumentation/instrumentation-1.1/build.gradle.kts @@ -13,7 +13,7 @@ dependencies { testImplementation(catalog.openaiClient) testImplementation("io.opentelemetry:opentelemetry-sdk-testing") testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.4") - testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.4") + testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.22.0") testImplementation("org.slf4j:slf4j-simple:2.0.18") testImplementation(catalog.wiremockjre8) }