Bump net.bytebuddy:byte-buddy-agent from 1.12.22 to 1.12.23 (#729)

This commit is contained in:
dependabot[bot] 2023-02-06 14:41:31 -08:00 committed by GitHub
parent 09f9b170e1
commit c1b69ed7ff
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.12.22")
implementation("net.bytebuddy:byte-buddy-agent:1.12.23")
// Used by byte-buddy but not brought in as a transitive dependency.
compileOnly("com.google.code.findbugs:annotations")