We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f177de commit 6585ac0Copy full SHA for 6585ac0
gradle/libs.versions.toml
@@ -78,7 +78,7 @@ muzzleGenerationPlugin = { group = "io.opentelemetry.instrumentation.muzzle-gene
78
# Ant should be kept in sync with the version used in the shadow plugin
79
ant = "org.apache.ant:ant:1.10.15"
80
# ASM is currently only used during compile-time, so it is okay to diverge from the version used in ByteBuddy
81
-asm = "org.ow2.asm:asm:9.8"
+asm = "org.ow2.asm:asm:9.9"
82
83
slf4j-api = "org.slf4j:slf4j-api:2.0.17"
84
log4j2-slf4j = { group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version.ref = "log4j2" }
0 commit comments