Skip to content

Commit cc9efc7

Browse files
committed
Update versions
1 parent 22a0299 commit cc9efc7

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
@@ -11,10 +11,10 @@ data class DependencySet(val group: String, val version: String, val modules: Li
1111
val dependencyVersions = hashMapOf<String, String>()
1212
rootProject.extra["versions"] = dependencyVersions
1313

14-
val otelSdkVersion = "1.48.0"
15-
val otelInstrumentationAlphaVersion = "2.14.0-alpha"
16-
val otelInstrumentationVersion = "2.14.0"
17-
val otelContribVersion = "1.43.0"
14+
val otelSdkVersion = "1.49.0"
15+
val otelInstrumentationAlphaVersion = "2.15.0-alpha"
16+
val otelInstrumentationVersion = "2.15.0"
17+
val otelContribVersion = "1.46.0"
1818

1919
rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion
2020
rootProject.extra["otelInstrumentationAlphaVersion"] = otelInstrumentationAlphaVersion

0 commit comments

Comments
 (0)