From 076200fab84d5c08bd4ad32ad729ffa45890e831 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 16:27:01 +0000 Subject: [PATCH] fix(deps): update slf4j monorepo to v2.0.20 --- 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 d209fe5a..695f3640 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -82,7 +82,7 @@ ant = "org.apache.ant:ant:1.10.18" # ASM is currently only used during compile-time, so it is okay to diverge from the version used in ByteBuddy asm = "org.ow2.asm:asm:9.10.1" -slf4j-api = "org.slf4j:slf4j-api:2.0.19" +slf4j-api = "org.slf4j:slf4j-api:2.0.20" log4j2-slf4j = { group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version.ref = "log4j2" } log4j2-core = { group = "org.apache.logging.log4j", name = "log4j-core", version.ref = "log4j2" } 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 0d3dc888..43d03674 100644 --- a/instrumentation/openai-client-instrumentation/instrumentation-1.1/build.gradle.kts +++ b/instrumentation/openai-client-instrumentation/instrumentation-1.1/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { testImplementation("io.opentelemetry:opentelemetry-sdk-testing") testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.22.3") testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.22.3") - testImplementation("org.slf4j:slf4j-simple:2.0.19") + testImplementation("org.slf4j:slf4j-simple:2.0.20") testImplementation(catalog.wiremockjre8) }