Skip to content

Commit d19d881

Browse files
Copilottrask
andcommitted
Update OpenTelemetry instrumentation dependency from 2.17.1 to 2.18.0
Co-authored-by: trask <[email protected]>
1 parent 701d7dd commit d19d881

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

agent/agent/gradle.lockfile

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
com.azure:azure-sdk-bom:1.2.36=runtimeClasspath
5-
com.fasterxml.jackson:jackson-bom:2.19.1=runtimeClasspath
6-
io.netty:netty-bom:4.2.3.Final=runtimeClasspath
7-
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.17.1-alpha=runtimeClasspath
8-
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.17.1=runtimeClasspath
9-
io.opentelemetry:opentelemetry-bom-alpha:1.51.0-alpha=runtimeClasspath
10-
io.opentelemetry:opentelemetry-bom:1.51.0=runtimeClasspath
11-
org.junit:junit-bom:5.13.3=runtimeClasspath
12-
org.testcontainers:testcontainers-bom:1.21.3=runtimeClasspath
4+
ch.qos.logback:logback-classic:1.3.15=testRuntimeClasspath
5+
ch.qos.logback:logback-core:1.3.15=testRuntimeClasspath
6+
com.azure:azure-sdk-bom:1.2.36=runtimeClasspath,testRuntimeClasspath
7+
com.fasterxml.jackson:jackson-bom:2.19.1=runtimeClasspath,testRuntimeClasspath
8+
io.netty:netty-bom:4.2.3.Final=runtimeClasspath,testRuntimeClasspath
9+
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.0-alpha=runtimeClasspath,testRuntimeClasspath
10+
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.18.0=runtimeClasspath,testRuntimeClasspath
11+
io.opentelemetry:opentelemetry-bom-alpha:1.52.0-alpha=runtimeClasspath,testRuntimeClasspath
12+
io.opentelemetry:opentelemetry-bom:1.52.0=runtimeClasspath,testRuntimeClasspath
13+
org.junit.jupiter:junit-jupiter-api:5.13.3=testRuntimeClasspath
14+
org.junit.jupiter:junit-jupiter-engine:5.13.3=testRuntimeClasspath
15+
org.junit.jupiter:junit-jupiter-params:5.13.3=testRuntimeClasspath
16+
org.junit.platform:junit-platform-commons:1.13.3=testRuntimeClasspath
17+
org.junit.platform:junit-platform-engine:1.13.3=testRuntimeClasspath
18+
org.junit.platform:junit-platform-launcher:1.13.3=testRuntimeClasspath
19+
org.junit:junit-bom:5.13.3=runtimeClasspath,testRuntimeClasspath
20+
org.opentest4j:opentest4j:1.3.0=testRuntimeClasspath
21+
org.slf4j:jcl-over-slf4j:2.0.17=testRuntimeClasspath
22+
org.slf4j:jul-to-slf4j:2.0.17=testRuntimeClasspath
23+
org.slf4j:log4j-over-slf4j:2.0.17=testRuntimeClasspath
24+
org.slf4j:slf4j-api:2.0.17=testRuntimeClasspath
25+
org.testcontainers:testcontainers-bom:1.21.3=runtimeClasspath,testRuntimeClasspath
1326
empty=

dependencyManagement/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ val dependencyVersions = hashMapOf<String, String>()
1212
rootProject.extra["versions"] = dependencyVersions
1313

1414
val otelSdkVersion = "1.51.0"
15-
val otelInstrumentationAlphaVersion = "2.17.1-alpha"
16-
val otelInstrumentationVersion = "2.17.1"
15+
val otelInstrumentationAlphaVersion = "2.18.0-alpha"
16+
val otelInstrumentationVersion = "2.18.0"
1717
val otelContribVersion = "1.47.0"
1818

1919
rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion

0 commit comments

Comments
 (0)