@@ -4,7 +4,7 @@ processor = "2025.6-SNAPSHOT"
44kotlin = " 2.2.21"
55target-jdk = " 11"
66build-jdk = " 17"
7- build-plugins = " 2025.9 "
7+ build-plugins = " 2025.12 "
88
99api = " 2024.2"
1010base = " 2025.7-SNAPSHOT"
@@ -34,15 +34,15 @@ spring-data = { module ="org.springframework.data:spring-data-commons", version.
3434checker = " org.checkerframework:checker:3.52.1"
3535jimfs = " com.google.jimfs:jimfs:1.3.1"
3636slf4j = " org.slf4j:slf4j-api:2.0.17"
37- logback = " ch.qos.logback:logback-classic:1.5.21 "
37+ logback = " ch.qos.logback:logback-classic:1.5.22 "
3838
39- kotest-bom = " io.kotest:kotest-bom:6.0.5 "
39+ kotest-bom = " io.kotest:kotest-bom:6.0.7 "
4040kotest-runner = { module = " io.kotest:kotest-runner-junit5" }
4141kotest-table = { module = " io.kotest:kotest-assertions-table" }
42- mockk = " io.mockk:mockk:1.14.6 "
42+ mockk = " io.mockk:mockk:1.14.7 "
4343
44- groovy-bom = " org.apache.groovy:groovy-bom:4 .0.28 "
45- spock = " org.spockframework:spock-core:2.4-M6- groovy-4 .0"
44+ groovy-bom = " org.apache.groovy:groovy-bom:5 .0.3 "
45+ spock = " org.spockframework:spock-core:2.4-groovy-5 .0"
4646
4747# for buildSrc convention plugins
4848plugin-build = { module = " io.openapiprocessor:build-plugins" , version.ref = " build-plugins" }
@@ -58,6 +58,6 @@ plugin-outdated = "com.github.ben-manes:gradle-versions-plugin:0.53.0"
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.2.0.6526 " }
61+ sonar = { id = " org.sonarqube" , version = " 7.2.2.6593 " }
6262versions = { id = " io.openapiprocessor.build.plugin.create-versions" }
6363publish = { id = " io.openapiprocessor.build.plugin.publish" }
0 commit comments