11[versions ]
22processor = " 2026.2-SNAPSHOT"
33
4- kotlin = " 2.2.21 "
4+ kotlin = " 2.3.0 "
55target-jdk = " 11"
66build-jdk = " 17"
77build-plugins = " 2026.1"
88
99api = " 2024.2"
10- base = " 2026.1 "
10+ base = " 2026.2-SNAPSHOT "
1111
12- junit = " 5.9.3 "
13- jacoco = " 0.8.7 "
12+ jacoco = " 0.8.14 "
13+ jacocolog = " 4.0.1 "
1414
1515micronaut = " 3.7.1"
1616
@@ -23,22 +23,22 @@ openapi-processor-parser-api = { module = "io.openapiprocessor:openapi-processor
2323openapi-processor-parser-swagger = { module = " io.openapiprocessor:openapi-processor-core-parser-swagger" , version.ref = " base" }
2424openapi-processor-parser-openapi4j = { module =" io.openapiprocessor:openapi-processor-core-parser-openapi4j" , version.ref = " base" }
2525
26- jackson-bom = " com.fasterxml.jackson:jackson-bom:2.20.1 "
26+ jackson-bom = " com.fasterxml.jackson:jackson-bom:2.21.0 "
2727jackson-yaml = { module = " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" }
2828jackson-kotlin = { module = " com.fasterxml.jackson.module:jackson-module-kotlin" }
2929
3030micronaut-web = { module =" io.micronaut:micronaut-http" , version.ref = " micronaut" }
3131micronaut-data = { module =" io.micronaut.data:micronaut-data-model" , version.ref = " micronaut" }
3232
33- checker = " org.checkerframework:checker:3.53.0 "
33+ # checker = "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.24 "
36+ logback = " ch.qos.logback:logback-classic:1.5.26 "
3737
38- kotest-bom = " io.kotest:kotest-bom:6.0.7 "
38+ kotest-bom = " io.kotest:kotest-bom:6.1.0 "
3939kotest-runner = { module = " io.kotest:kotest-runner-junit5" }
4040kotest-table = { module = " io.kotest:kotest-assertions-table" }
41- mockk = " io.mockk:mockk:1.14.7 "
41+ mockk = " io.mockk:mockk:1.14.9 "
4242
4343groovy-bom = " org.apache.groovy:groovy-bom:5.0.4"
4444spock = " org.spockframework:spock-core:2.4-groovy-5.0"
@@ -48,13 +48,13 @@ plugin-build = { module = "io.openapiprocessor:build-plugins", version.ref = "bu
4848plugin-kotlin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
4949# plugin-checker = { module = "org.checkerframework:checkerframework-gradle-plugin", version.ref = "checker" }
5050# plugin-updates = { module = "com.github.ben-manes:gradle-versions-plugin", version.ref = "updates" }
51-
52- plugin-checker = " org.checkerframework:checkerframework-gradle-plugin:0.6.5"
53- plugin-outdated = " com.github.ben-manes:gradle-versions-plugin:0.53.0"
51+ plugin-jacocolog = { module = " org.barfuin.gradle.jacocolog:org.barfuin.gradle.jacocolog.gradle.plugin " , version.ref = " jacocolog " }
52+ # plugin-checker = "org.checkerframework:checkerframework-gradle-plugin:0.6.5"
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" }
57- jacoco = { id = " org.barfuin.gradle.jacocolog" , version = " 3.1.0 " }
57+ jacoco = { id = " org.barfuin.gradle.jacocolog" , version.ref = " jacocolog " }
5858updates = { id = " com.github.ben-manes.versions" , version = " 0.53.0" }
5959sonar = { id = " org.sonarqube" , version = " 7.2.2.6593" }
6060versions = { id = " io.openapiprocessor.build.plugin.create-versions" }
0 commit comments