Update dependency net.bytebuddy:byte-buddy-agent to v1.14.8 (#1040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-14 12:56:48 -07:00 committed by GitHub
parent 424fbddd1d
commit bb019ac15e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")