We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce2408 commit 0e8c820Copy full SHA for 0e8c820
1 file changed
gradle/libs.versions.toml
@@ -76,7 +76,7 @@ licenseReportPlugin = "com.github.jk1.dependency-license-report:com.github.jk1.d
76
muzzleCheckPlugin = { group = "io.opentelemetry.instrumentation.muzzle-check", name = "io.opentelemetry.instrumentation.muzzle-check.gradle.plugin", version.ref = "opentelemetryJavaagentAlpha" }
77
muzzleGenerationPlugin = { group = "io.opentelemetry.instrumentation.muzzle-generation", name = "io.opentelemetry.instrumentation.muzzle-generation.gradle.plugin", version.ref = "opentelemetryJavaagentAlpha" }
78
# Ant should be kept in sync with the version used in the shadow plugin
79
-ant = "org.apache.ant:ant:1.10.15"
+ant = "org.apache.ant:ant:1.10.16"
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.9.1"
82
0 commit comments