Skip to content

Commit

Permalink
fix(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent b733b5a commit 3d0b83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime-attach/runtime-attach-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "To help in create an OpenTelemetry distro able to runtime attach
otelJava.moduleName.set("io.opentelemetry.contrib.attach.core")

dependencies {
implementation("net.bytebuddy:byte-buddy-agent:1.15.1")
implementation("net.bytebuddy:byte-buddy-agent:1.15.2")

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

0 comments on commit 3d0b83b

Please sign in to comment.