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"))