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 b4eed6a commit 76c1c2cCopy full SHA for 76c1c2c
gradle/libs.versions.toml
@@ -77,7 +77,7 @@ muzzleGenerationPlugin = { group = "io.opentelemetry.instrumentation.muzzle-gene
77
# Ant should be kept in sync with the version used in the shadow plugin
78
ant = "org.apache.ant:ant:1.10.15"
79
# 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"
+asm = "org.ow2.asm:asm:9.8"
81
82
# Instrumented libraries
83
openaiClient = "com.openai:openai-java:0.33.0"
0 commit comments