Skip to content

Commit de178c0

Browse files
Copilotxiang17
andcommitted
Update OpenTelemetry versions to 1.58.0 / 2.24.0 (with compilation errors)
Co-authored-by: xiang17 <9310587+xiang17@users.noreply.github.com>
1 parent 5171b94 commit de178c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ data class DependencySet(val group: String, val version: String, val modules: Li
77
val dependencyVersions = hashMapOf<String, String>()
88
rootProject.extra["versions"] = dependencyVersions
99

10-
val otelSdkVersion = "1.55.0"
11-
val otelInstrumentationAlphaVersion = "2.21.0-alpha"
12-
val otelInstrumentationVersion = "2.21.0"
10+
val otelSdkVersion = "1.58.0"
11+
val otelInstrumentationAlphaVersion = "2.24.0-alpha"
12+
val otelInstrumentationVersion = "2.24.0"
1313
val otelContribVersion = "1.48.0"
1414

1515
rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion

0 commit comments

Comments
 (0)