Skip to content

Commit 3a16d30

Browse files
fix(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.15.11 (#1606)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d06d470 commit 3a16d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime-attach/runtime-attach-core/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "To help in create an OpenTelemetry distro able to runtime attach
77
otelJava.moduleName.set("io.opentelemetry.contrib.attach.core")
88

99
dependencies {
10-
implementation("net.bytebuddy:byte-buddy-agent:1.15.10")
10+
implementation("net.bytebuddy:byte-buddy-agent:1.15.11")
1111

1212
// Used by byte-buddy but not brought in as a transitive dependency.
1313
compileOnly("com.google.code.findbugs:annotations")

0 commit comments

Comments
 (0)