We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0436c56 commit 2bad5c1Copy full SHA for 2bad5c1
dependencyManagement/build.gradle.kts
@@ -6,7 +6,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
6
7
// this line is managed by .github/scripts/update-sdk-version.sh
8
val otelSdkVersion = "1.48.0"
9
-val otelContribVersion = "1.44.0-alpha"
+val otelContribVersion = "1.45.0-alpha"
10
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
11
12
// Need both BOM and groovy jars
0 commit comments