Skip to content

Commit

Permalink
fix(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.15.8 (
Browse files Browse the repository at this point in the history
#1529)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent f05a039 commit 0a2166e
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.7")
implementation("net.bytebuddy:byte-buddy-agent:1.15.8")

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

0 comments on commit 0a2166e

Please sign in to comment.