We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfefe65 commit 18d6578Copy full SHA for 18d6578
1 file changed
gradle/libs.versions.toml
@@ -25,8 +25,8 @@ kotest-runner = { module = "io.kotest:kotest-runner-junit5" }
25
kotest-table = { module = "io.kotest:kotest-assertions-table" }
26
mockk = "io.mockk:mockk:1.14.7"
27
28
-groovy-bom = "org.apache.groovy:groovy-bom:4.0.28"
29
-spock = "org.spockframework:spock-core:2.4-M6-groovy-4.0"
+groovy-bom = "org.apache.groovy:groovy-bom:5.0.3"
+spock = "org.spockframework:spock-core:2.4-groovy-5.0"
30
31
# for buildSrc convention plugins
32
plugin-build = { module = "io.openapiprocessor:build-plugins", version.ref = "build-plugins" }
0 commit comments