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 0d77587 commit 6d3a142Copy full SHA for 6d3a142
dependencyManagement/build.gradle.kts
@@ -7,7 +7,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
7
val dependencyVersions = hashMapOf<String, String>()
8
rootProject.extra["versions"] = dependencyVersions
9
10
-val otelInstrumentationVersion = "2.10.0-alpha"
+val otelInstrumentationVersion = "2.11.0-alpha"
11
12
val DEPENDENCY_BOMS = listOf(
13
"com.fasterxml.jackson:jackson-bom:2.18.2",
0 commit comments