Skip to content

Commit 8a09f8b

Browse files
fix(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.17.5 (#1821)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc4348d commit 8a09f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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.17.4")
10+
implementation("net.bytebuddy:byte-buddy-agent:1.17.5")
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)