We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b267cb commit e558e32Copy full SHA for e558e32
dependencyManagement/build.gradle.kts
@@ -46,7 +46,7 @@ val asmVersion = "9.7.1"
46
val jmhVersion = "1.37"
47
val mockitoVersion = "4.11.0"
48
val slf4jVersion = "2.0.16"
49
-val semConvVersion = "1.29.0-alpha"
+val semConvVersion = "1.30.0-rc.1"
50
51
val CORE_DEPENDENCIES = listOf(
52
"io.opentelemetry.semconv:opentelemetry-semconv:${semConvVersion}",
0 commit comments