File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
runtime-attach/runtime-attach-core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
4545
4646 api(" com.google.code.findbugs:annotations:3.0.1u2" )
4747 api(" com.google.code.findbugs:jsr305:3.0.2" )
48- api(" com.uber.nullaway:nullaway:0.12.14 " )
48+ api(" com.uber.nullaway:nullaway:0.12.15 " )
4949 api(" org.assertj:assertj-core:3.27.6" )
5050 api(" org.awaitility:awaitility:4.3.0" )
5151 api(" org.bouncycastle:bcpkix-jdk15on:1.70" )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description = "To help in create an OpenTelemetry distro able to runtime attach
77otelJava.moduleName.set(" io.opentelemetry.contrib.attach.core" )
88
99dependencies {
10- implementation(" net.bytebuddy:byte-buddy-agent:1.18.2 " )
10+ implementation(" net.bytebuddy:byte-buddy-agent:1.18.3 " )
1111
1212 // Used by byte-buddy but not brought in as a transitive dependency.
1313 compileOnly(" com.google.code.findbugs:annotations" )
You can’t perform that action at this time.
0 commit comments