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 a26d257 commit 0d0f513Copy full SHA for 0d0f513
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.17.5")
+ implementation("net.bytebuddy:byte-buddy-agent:1.17.6")
11
12
// Used by byte-buddy but not brought in as a transitive dependency.
13
compileOnly("com.google.code.findbugs:annotations")
0 commit comments