Skip to content

Commit

Permalink
Update dependency net.bytebuddy:byte-buddy-agent to v1.14.8 (#1040)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 14, 2023
1 parent 424fbdd commit bb019ac
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.14.7")
implementation("net.bytebuddy:byte-buddy-agent:1.14.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 bb019ac

Please sign in to comment.