File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ com.azure:azure-sdk-bom:1.2.23=runtimeClasspath
5
5
com.fasterxml.jackson:jackson-bom:2.17.1=runtimeClasspath
6
6
com.google.guava:guava-bom:33.2.0-jre=runtimeClasspath
7
7
io.netty:netty-bom:4.1.109.Final=runtimeClasspath
8
- io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.34 .0-alpha=runtimeClasspath
8
+ io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.35 .0-alpha=runtimeClasspath
9
9
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.4.0-alpha=runtimeClasspath
10
10
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.4.0=runtimeClasspath
11
11
io.opentelemetry:opentelemetry-bom-alpha:1.38.0-alpha=runtimeClasspath
12
12
io.opentelemetry:opentelemetry-bom:1.38.0=runtimeClasspath
13
- net.bytebuddy:byte-buddy-agent:1.14.12 =runtimeClasspath
13
+ net.bytebuddy:byte-buddy-agent:1.14.13 =runtimeClasspath
14
14
org.junit:junit-bom:5.10.2=runtimeClasspath
15
15
org.testcontainers:testcontainers-bom:1.19.8=runtimeClasspath
16
16
empty=
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
29
29
// When updating, update above in plugins too
30
30
implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.25.0" )
31
- implementation(" com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.14 " )
31
+ implementation(" com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.15 " )
32
32
implementation(" com.github.johnrengelman:shadow:8.1.1" )
33
33
implementation(" com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.17.4" )
34
34
You can’t perform that action at this time.
0 commit comments