fix(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.17.5 (#1821)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-31 14:06:50 +03:00 committed by GitHub
parent bc4348d974
commit 8a09f8b250
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.17.4")
implementation("net.bytebuddy:byte-buddy-agent:1.17.5")
// Used by byte-buddy but not brought in as a transitive dependency.
compileOnly("com.google.code.findbugs:annotations")