Skip to content

Commit a52ccfc

Browse files
committed
Update otel
1 parent 548f8bc commit a52ccfc

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.53.0"
11-
val otelInstrumentationAlphaVersion = "2.19.0-alpha"
12-
val otelInstrumentationVersion = "2.19.0"
10+
val otelSdkVersion = "1.54.0"
11+
val otelInstrumentationAlphaVersion = "2.20.0-alpha"
12+
val otelInstrumentationVersion = "2.20.0"
1313
val otelContribVersion = "1.48.0"
1414

1515
rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion

0 commit comments

Comments
 (0)