We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832e26b commit 2de6f0aCopy full SHA for 2de6f0a
gradle/libs.versions.toml
@@ -7,7 +7,7 @@ build-jdk = "17"
7
build-plugins = "2025.9"
8
9
api = "2024.2"
10
-parser = "2025.5"
+parser = "2025.6-SNAPSHOT"
11
12
jacoco = "0.8.7"
13
@@ -26,7 +26,7 @@ kotest-table = { module = "io.kotest:kotest-assertions-table" }
26
mockk = "io.mockk:mockk:1.14.6"
27
28
groovy-bom = "org.apache.groovy:groovy-bom:4.0.28"
29
-spock = "org.spockframework:spock-core:2.3-groovy-4.0"
+spock = "org.spockframework:spock-core:2.4-M6-groovy-4.0"
30
31
# for buildSrc convention plugins
32
plugin-build = { module = "io.openapiprocessor:build-plugins", version.ref = "build-plugins" }
0 commit comments