We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682ccd2 commit 4eb0473Copy full SHA for 4eb0473
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.14.19")
+ implementation("net.bytebuddy:byte-buddy-agent:1.15.0")
11
12
// Used by byte-buddy but not brought in as a transitive dependency.
13
compileOnly("com.google.code.findbugs:annotations")
0 commit comments