From 65f0498c36fb64b01246533f32cdff1da9c20a42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 10:41:08 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-yaml to v2.19.1 --- instrumentation-docs/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation-docs/build.gradle.kts b/instrumentation-docs/build.gradle.kts index 47ae28f4f5e0..7246dae550c3 100644 --- a/instrumentation-docs/build.gradle.kts +++ b/instrumentation-docs/build.gradle.kts @@ -9,7 +9,7 @@ otelJava { dependencies { implementation("org.yaml:snakeyaml:2.4") - implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.0") + implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.1") implementation("io.opentelemetry:opentelemetry-sdk-common") testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.1"))