Skip to content

Commit 6530f49

Browse files
committed
fix
1 parent f1af0e2 commit 6530f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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.51.0"
14+
val otelSdkVersion = "1.52.0"
1515
val otelInstrumentationAlphaVersion = "2.18.1-alpha"
1616
val otelInstrumentationVersion = "2.18.1"
1717
val otelContribVersion = "1.47.0"

0 commit comments

Comments
 (0)