Skip to content

Commit ad1f059

Browse files
fix(deps): update all patch versions (open-telemetry#2534)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c5add3 commit ad1f059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

runtime-attach/runtime-attach-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "To help in create an OpenTelemetry distro able to runtime attach
77
otelJava.moduleName.set("io.opentelemetry.contrib.attach.core")
88

99
dependencies {
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")

0 commit comments

Comments
 (0)