Skip to content

Commit 2bad5c1

Browse files
fix(deps): update opentelemetry-java-contrib monorepo to v1.45.0-alpha
1 parent 0436c56 commit 2bad5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
66

77
// this line is managed by .github/scripts/update-sdk-version.sh
88
val otelSdkVersion = "1.48.0"
9-
val otelContribVersion = "1.44.0-alpha"
9+
val otelContribVersion = "1.45.0-alpha"
1010
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
1111

1212
// Need both BOM and groovy jars

0 commit comments

Comments
 (0)