diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8428ec78..d1787ce8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -78,7 +78,7 @@ muzzleGenerationPlugin = { group = "io.opentelemetry.instrumentation.muzzle-gene # Ant should be kept in sync with the version used in the shadow plugin ant = "org.apache.ant:ant:1.10.15" # 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.8" +asm = "org.ow2.asm:asm:9.9" slf4j-api = "org.slf4j:slf4j-api:2.0.17" log4j2-slf4j = { group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version.ref = "log4j2" }