We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1815558 commit 8ca9be2Copy full SHA for 8ca9be2
dependencyManagement/build.gradle.kts
@@ -44,7 +44,7 @@ val asmVersion = "9.8"
44
val jmhVersion = "1.37"
45
val mockitoVersion = "4.11.0"
46
val slf4jVersion = "2.0.17"
47
-val semConvVersion = "1.30.0"
+val semConvVersion = "1.31.0"
48
val semConvAlphaVersion = semConvVersion.replaceFirst("(-rc.*)?$".toRegex(), "-alpha$1")
49
50
val CORE_DEPENDENCIES = listOf(
0 commit comments