Skip to content

Commit 6585ac0

Browse files
fix(deps): update dependency org.ow2.asm:asm to v9.9 (#821)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 8f177de commit 6585ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ muzzleGenerationPlugin = { group = "io.opentelemetry.instrumentation.muzzle-gene
7878
# Ant should be kept in sync with the version used in the shadow plugin
7979
ant = "org.apache.ant:ant:1.10.15"
8080
# 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"
81+
asm = "org.ow2.asm:asm:9.9"
8282

8383
slf4j-api = "org.slf4j:slf4j-api:2.0.17"
8484
log4j2-slf4j = { group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version.ref = "log4j2" }

0 commit comments

Comments
 (0)