Skip to content

Commit 44c097e

Browse files
committed
Revert "upgrade OTel Instrumentation version to 2.23.0 and OTel to 1.57.0"
This reverts commit e0816cc.
1 parent 3d372f8 commit 44c097e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.57.0"
11-
val otelInstrumentationAlphaVersion = "2.23.0-alpha"
12-
val otelInstrumentationVersion = "2.23.0"
10+
val otelSdkVersion = "1.56.0"
11+
val otelInstrumentationAlphaVersion = "2.22.0-alpha"
12+
val otelInstrumentationVersion = "2.22.0"
1313
val otelContribVersion = "1.48.0"
1414

1515
rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion

0 commit comments

Comments
 (0)