Bump net.bytebuddy:byte-buddy-agent from 1.14.4 to 1.14.5 (#904)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-02 08:59:27 -07:00 committed by GitHub
parent fed25dd3e7
commit 44824cf28c
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") otelJava.moduleName.set("io.opentelemetry.contrib.attach.core")
dependencies { dependencies {
implementation("net.bytebuddy:byte-buddy-agent:1.14.4") implementation("net.bytebuddy:byte-buddy-agent:1.14.5")
// Used by byte-buddy but not brought in as a transitive dependency. // Used by byte-buddy but not brought in as a transitive dependency.
compileOnly("com.google.code.findbugs:annotations") compileOnly("com.google.code.findbugs:annotations")