Skip to content

Commit 8e7085b

Browse files
Copilottrask
andcommitted
Fix OpenTelemetry dependency version conflicts for 2.17.0-alpha upgrade
Co-authored-by: trask <[email protected]>
1 parent 0766f9e commit 8e7085b

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
@@ -11,9 +11,9 @@ 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.50.0"
15-
val otelInstrumentationAlphaVersion = "2.16.0-alpha"
16-
val otelInstrumentationVersion = "2.16.0"
14+
val otelSdkVersion = "1.51.0"
15+
val otelInstrumentationAlphaVersion = "2.17.0-alpha"
16+
val otelInstrumentationVersion = "2.17.0"
1717
val otelContribVersion = "1.46.0"
1818

1919
rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion

0 commit comments

Comments
 (0)