File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ val otelContribAlphaVersion: String by project
9
9
val agent: Configuration by configurations.creating
10
10
11
11
dependencies {
12
- implementation(" io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.40 .0-alpha" )
12
+ implementation(" io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.42 .0-alpha" )
13
13
agent(project(" :agent:agent" , configuration = " shadow" ))
14
14
}
15
15
Original file line number Diff line number Diff line change 4
4
com.azure:azure-sdk-bom:1.2.29=runtimeClasspath
5
5
com.fasterxml.jackson:jackson-bom:2.18.2=runtimeClasspath
6
6
io.netty:netty-bom:4.1.115.Final=runtimeClasspath
7
- io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.40 .0-alpha=runtimeClasspath
7
+ io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.42 .0-alpha=runtimeClasspath
8
8
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.10.0-alpha=runtimeClasspath
9
9
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.10.0=runtimeClasspath
10
10
io.opentelemetry:opentelemetry-bom-alpha:1.44.1-alpha=runtimeClasspath
11
11
io.opentelemetry:opentelemetry-bom:1.44.1=runtimeClasspath
12
- net.bytebuddy:byte-buddy-agent:1.15.5 =runtimeClasspath
12
+ net.bytebuddy:byte-buddy-agent:1.15.10 =runtimeClasspath
13
13
org.junit:junit-bom:5.11.3=runtimeClasspath
14
14
org.testcontainers:testcontainers-bom:1.20.4=runtimeClasspath
15
15
empty=
You can’t perform that action at this time.
0 commit comments