We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1af0e2 commit 6530f49Copy full SHA for 6530f49
dependencyManagement/build.gradle.kts
@@ -11,7 +11,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
11
val dependencyVersions = hashMapOf<String, String>()
12
rootProject.extra["versions"] = dependencyVersions
13
14
-val otelSdkVersion = "1.51.0"
+val otelSdkVersion = "1.52.0"
15
val otelInstrumentationAlphaVersion = "2.18.1-alpha"
16
val otelInstrumentationVersion = "2.18.1"
17
val otelContribVersion = "1.47.0"
0 commit comments