From f38d4a4897f575bbb38e4b599f94ce9b3845390f Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 09:40:42 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.20.1 --- .../instrumentation-1.1/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 76c2b783..3bb78969 100644 --- a/instrumentation/openai-client-instrumentation/instrumentation-1.1/build.gradle.kts +++ b/instrumentation/openai-client-instrumentation/instrumentation-1.1/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { testImplementation(catalog.openaiClient) testImplementation("io.opentelemetry:opentelemetry-sdk-testing") - testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0") + testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.1") testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.1") testImplementation("org.slf4j:slf4j-simple:2.0.17") testImplementation(catalog.wiremockjre8)