We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06d470 commit 3a16d30Copy full SHA for 3a16d30
runtime-attach/runtime-attach-core/build.gradle.kts
@@ -7,7 +7,7 @@ description = "To help in create an OpenTelemetry distro able to runtime attach
7
otelJava.moduleName.set("io.opentelemetry.contrib.attach.core")
8
9
dependencies {
10
- implementation("net.bytebuddy:byte-buddy-agent:1.15.10")
+ implementation("net.bytebuddy:byte-buddy-agent:1.15.11")
11
12
// Used by byte-buddy but not brought in as a transitive dependency.
13
compileOnly("com.google.code.findbugs:annotations")
0 commit comments