fix(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.15.3 (#1477)
This commit is contained in:
parent
5e192e8d9f
commit
a3c6bd9422
|
|
@ -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.15.2")
|
||||
implementation("net.bytebuddy:byte-buddy-agent:1.15.3")
|
||||
|
||||
// Used by byte-buddy but not brought in as a transitive dependency.
|
||||
compileOnly("com.google.code.findbugs:annotations")
|
||||
|
|
|
|||
Loading…
Reference in New Issue