Skip to content

Commit d8338ed

Browse files
committed
Upgrade OTel Instrumentation version to 2.21.0 and OTel to 1.55.0
1 parent cea08f2 commit d8338ed

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.54.0"
11-
val otelInstrumentationAlphaVersion = "2.24.0-alpha"
12-
val otelInstrumentationVersion = "2.20.0"
10+
val otelSdkVersion = "1.55.0"
11+
val otelInstrumentationAlphaVersion = "2.21.0-alpha"
12+
val otelInstrumentationVersion = "2.21.0"
1313
val otelContribVersion = "1.48.0"
1414

1515
rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion

0 commit comments

Comments
 (0)