Skip to content

Commit c74a6b5

Browse files
committed
SNAPSHOT
1 parent e4e887b commit c74a6b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ 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.20.0-alpha"
12-
val otelInstrumentationVersion = "2.20.0"
13-
val otelContribVersion = "1.48.0"
10+
val otelSdkVersion = "1.55.0"
11+
val otelInstrumentationAlphaVersion = "2.22.0-alpha-SNAPSHOT"
12+
val otelInstrumentationVersion = "2.22.0-SNAPSHOT"
13+
val otelContribVersion = "1.51.0"
1414

1515
rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion
1616
rootProject.extra["otelInstrumentationAlphaVersion"] = otelInstrumentationAlphaVersion

0 commit comments

Comments
 (0)