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
1010val agent: Configuration by configurations.creating
1111
1212dependencies {
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" )
1414 agent(project(" :agent:agent" , configuration = " shadow" ))
1515}
1616
Original file line number Diff line number Diff line change 44com.azure:azure-sdk-bom:1.2.27=runtimeClasspath
55com.fasterxml.jackson:jackson-bom:2.17.2=runtimeClasspath
66io.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
88io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.8.0-alpha=runtimeClasspath
99io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.8.0=runtimeClasspath
1010io.opentelemetry:opentelemetry-bom-alpha:1.42.1-alpha=runtimeClasspath
1111io.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
1313org.junit:junit-bom:5.11.0=runtimeClasspath
1414org.testcontainers:testcontainers-bom:1.20.1=runtimeClasspath
1515empty=
You can’t perform that action at this time.
0 commit comments