11[versions ]
2- kotlin = " 2.0.20 "
2+ kotlin = " 2.1.10 "
33build-jdk = " 11"
44test-jdk = " 17"
55
@@ -18,22 +18,22 @@ openapi-processor-parser-api = { module = "io.openapiprocessor:openapi-processor
1818openapi-processor-parser-swagger = { module = " io.openapiprocessor:openapi-processor-core-parser-swagger" , version.ref = " base" }
1919openapi-processor-parser-openapi4j = { module =" io.openapiprocessor:openapi-processor-core-parser-openapi4j" , version.ref = " base" }
2020
21- checker = " org.checkerframework:checker:3.42 .0"
21+ checker = " org.checkerframework:checker:3.49 .0"
2222jimfs = " com.google.jimfs:jimfs:1.3.0"
23- slf4j = " org.slf4j:slf4j-api:2.0.11 "
24- logback = " ch.qos.logback:logback-classic:1.4.14 "
23+ slf4j = " org.slf4j:slf4j-api:2.0.16 "
24+ logback = " ch.qos.logback:logback-classic:1.5.17 "
2525
26- kotest-bom = " io.kotest:kotest-bom:5.8.0 "
26+ kotest-bom = " io.kotest:kotest-bom:5.9.1 "
2727kotest-runner = { module = " io.kotest:kotest-runner-junit5" }
2828kotest-datatest = { module = " io.kotest:kotest-framework-datatest" }
29- mockk = " io.mockk:mockk:1.13.9 "
29+ mockk = " io.mockk:mockk:1.13.17 "
3030
31- groovy-bom = " org.apache.groovy:groovy-bom:4.0.18 "
31+ groovy-bom = " org.apache.groovy:groovy-bom:4.0.26 "
3232spock = " org.spockframework:spock-core:2.3-groovy-4.0"
3333
3434plugin-kotlin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
3535plugin-checker = " org.checkerframework:checkerframework-gradle-plugin:0.6.5"
36- plugin-outdated = " com.github.ben-manes:gradle-versions-plugin:0.46 .0"
36+ plugin-outdated = " com.github.ben-manes:gradle-versions-plugin:0.52 .0"
3737
3838[plugins ]
3939kotlin = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
0 commit comments