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