@@ -4,10 +4,10 @@ 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"
10- base = " 2025.6 "
10+ base = " 2025.7-SNAPSHOT "
1111
1212junit = " 5.9.3"
1313jacoco = " 0.8.7"
@@ -33,15 +33,15 @@ micronaut-data = { module ="io.micronaut.data:micronaut-data-model", version.ref
3333checker = " org.checkerframework:checker:3.52.1"
3434jimfs = " com.google.jimfs:jimfs:1.3.1"
3535slf4j = " org.slf4j:slf4j-api:2.0.17"
36- logback = " ch.qos.logback:logback-classic:1.5.21 "
36+ logback = " ch.qos.logback:logback-classic:1.5.22 "
3737
3838kotest-bom = " io.kotest:kotest-bom:6.0.7"
3939kotest-runner = { module = " io.kotest:kotest-runner-junit5" }
4040kotest-table = { module = " io.kotest:kotest-assertions-table" }
4141mockk = " io.mockk:mockk:1.14.7"
4242
43- groovy-bom = " org.apache.groovy:groovy-bom:4 .0.28 "
44- spock = " org.spockframework:spock-core:2.3 -groovy-4 .0"
43+ groovy-bom = " org.apache.groovy:groovy-bom:5 .0.3 "
44+ spock = " org.spockframework:spock-core:2.4 -groovy-5 .0"
4545
4646# for buildSrc convention plugins
4747plugin-build = { module = " io.openapiprocessor:build-plugins" , version.ref = " build-plugins" }
@@ -50,11 +50,11 @@ plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.
5050# plugin-updates = { module = "com.github.ben-manes:gradle-versions-plugin", version.ref = "updates" }
5151
5252plugin-checker = " org.checkerframework:checkerframework-gradle-plugin:0.6.5"
53- plugin-outdated = " com.github.ben-manes:gradle-versions-plugin:0.52 .0"
53+ plugin-outdated = " com.github.ben-manes:gradle-versions-plugin:0.53 .0"
5454
5555[plugins ]
5656kotlin = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
5757jacoco = { id = " org.barfuin.gradle.jacocolog" , version = " 3.1.0" }
5858updates = { id = " com.github.ben-manes.versions" , version = " 0.53.0" }
59- sonar = { id = " org.sonarqube" , version = " 7.2.1.6560 " }
59+ sonar = { id = " org.sonarqube" , version = " 7.2.2.6593 " }
6060versions = { id = " io.openapiprocessor.build.plugin.create-versions" }
0 commit comments