@@ -7,9 +7,9 @@ build-jdk = "17"
77build-plugins = " 2025.9"
88
99api = " 2024.2"
10- base = " 2025.6 "
10+ base = " 2025.7-SNAPSHOT "
1111
12- junit = " 5.9.3"
12+ # junit = "5.9.3"
1313jacoco = " 0.8.7"
1414
1515spring-web = " 6.2.12"
@@ -42,7 +42,7 @@ kotest-table = { module = "io.kotest:kotest-assertions-table" }
4242mockk = " io.mockk:mockk:1.14.6"
4343
4444groovy-bom = " org.apache.groovy:groovy-bom:4.0.28"
45- spock = " org.spockframework:spock-core:2.3 -groovy-4.0"
45+ spock = " org.spockframework:spock-core:2.4-M6 -groovy-4.0"
4646
4747# for buildSrc convention plugins
4848plugin-build = { module = " io.openapiprocessor:build-plugins" , version.ref = " build-plugins" }
@@ -52,12 +52,12 @@ plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.
5252
5353# plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
5454plugin-checker = " org.checkerframework:checkerframework-gradle-plugin:0.6.5"
55- plugin-outdated = " com.github.ben-manes:gradle-versions-plugin:0.52 .0"
55+ plugin-outdated = " com.github.ben-manes:gradle-versions-plugin:0.53 .0"
5656
5757[plugins ]
5858kotlin = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
5959jacoco = { id = " org.barfuin.gradle.jacocolog" , version = " 3.1.0" }
6060updates = { id = " com.github.ben-manes.versions" , version = " 0.53.0" }
61- sonar = { id = " org.sonarqube" , version = " 7.0.1.6134 " }
61+ sonar = { id = " org.sonarqube" , version = " 7.1.0.6387 " }
6262versions = { id = " io.openapiprocessor.build.plugin.create-versions" }
6363publish = { id = " io.openapiprocessor.build.plugin.publish" }
0 commit comments