Skip to content

Commit 3e0d52c

Browse files
fix(deps): update otelcontribversion to v1.39.0-alpha
1 parent d666c35 commit 3e0d52c

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
@@ -9,7 +9,7 @@ rootProject.extra["versions"] = dependencyVersions
99

1010
// this line is managed by .github/scripts/update-sdk-version.sh
1111
val otelSdkVersion = "1.42.1"
12-
val otelContribVersion = "1.38.0-alpha"
12+
val otelContribVersion = "1.39.0-alpha"
1313
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
1414

1515
// Need both BOM and groovy jars

0 commit comments

Comments
 (0)