Bump net.bytebuddy:byte-buddy-agent from 1.12.22 to 1.12.23 (#729)
This commit is contained in:
parent
09f9b170e1
commit
c1b69ed7ff
|
|
@ -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.12.22")
|
implementation("net.bytebuddy:byte-buddy-agent:1.12.23")
|
||||||
|
|
||||||
// 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")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue