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 @@ -9,7 +9,7 @@ val otelContribAlphaVersion: String by project
99val agent: Configuration by configurations.creating
1010
1111dependencies {
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" )
1313 agent(project(" :agent:agent" , configuration = " shadow" ))
1414}
1515
Original file line number Diff line number Diff line change 44com.azure:azure-sdk-bom:1.2.29=runtimeClasspath
55com.fasterxml.jackson:jackson-bom:2.18.2=runtimeClasspath
66io.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
88io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.10.0-alpha=runtimeClasspath
99io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.10.0=runtimeClasspath
1010io.opentelemetry:opentelemetry-bom-alpha:1.44.1-alpha=runtimeClasspath
1111io.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
1313org.junit:junit-bom:5.11.3=runtimeClasspath
1414org.testcontainers:testcontainers-bom:1.20.4=runtimeClasspath
1515empty=
You can’t perform that action at this time.
0 commit comments