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 @@ -10,7 +10,7 @@ val otelVersion: String by project
10
10
val agent: Configuration by configurations.creating
11
11
12
12
dependencies {
13
- implementation(" io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.38 .0-alpha" )
13
+ implementation(" io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.39 .0-alpha" )
14
14
agent(project(" :agent:agent" , configuration = " shadow" ))
15
15
}
16
16
Original file line number Diff line number Diff line change 4
4
com.azure:azure-sdk-bom:1.2.27=runtimeClasspath
5
5
com.fasterxml.jackson:jackson-bom:2.17.2=runtimeClasspath
6
6
io.netty:netty-bom:4.1.113.Final=runtimeClasspath
7
- io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.38 .0-alpha=runtimeClasspath
7
+ io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.39 .0-alpha=runtimeClasspath
8
8
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.8.0-alpha=runtimeClasspath
9
9
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.8.0=runtimeClasspath
10
10
io.opentelemetry:opentelemetry-bom-alpha:1.42.1-alpha=runtimeClasspath
11
11
io.opentelemetry:opentelemetry-bom:1.42.1=runtimeClasspath
12
- net.bytebuddy:byte-buddy-agent:1.14.19 =runtimeClasspath
12
+ net.bytebuddy:byte-buddy-agent:1.15.1 =runtimeClasspath
13
13
org.junit:junit-bom:5.11.0=runtimeClasspath
14
14
org.testcontainers:testcontainers-bom:1.20.1=runtimeClasspath
15
15
empty=
You can’t perform that action at this time.
0 commit comments