Skip to content

Commit 76c1c2c

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

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
@@ -77,7 +77,7 @@ muzzleGenerationPlugin = { group = "io.opentelemetry.instrumentation.muzzle-gene
7777
# Ant should be kept in sync with the version used in the shadow plugin
7878
ant = "org.apache.ant:ant:1.10.15"
7979
# ASM is currently only used during compile-time, so it is okay to diverge from the version used in ByteBuddy
80-
asm = "org.ow2.asm:asm:9.7"
80+
asm = "org.ow2.asm:asm:9.8"
8181

8282
# Instrumented libraries
8383
openaiClient = "com.openai:openai-java:0.33.0"

0 commit comments

Comments
 (0)