Skip to content

Commit f3876c0

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

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.3")
10+
implementation("net.bytebuddy:byte-buddy-agent:1.17.4")
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)