We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e08dd commit e7d5852Copy full SHA for e7d5852
1 file changed
gradle/libs.versions.toml
@@ -5,7 +5,7 @@ spockk = "0.3.2"
5
[libraries]
6
spock-core = { module = "org.spockframework:spock-core", version = "2.4-groovy-5.0" }
7
spockk-core = { module = "io.github.pshevche.spockk:spockk-core", version.ref = "spockk" }
8
-junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "6.0.3" }
+junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "6.1.0" }
9
10
[plugins]
11
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
0 commit comments