11[versions ]
2- kotlin = " 1.7 .21"
2+ kotlin = " 1.8 .21"
33build-jdk = " 11"
4- target-jdk = " 8 "
4+ target-jdk = " 11 "
55
6- junit = " 5.9.1 "
6+ junit = " 5.9.3 "
77jacoco = " 0.8.7"
88
99[libraries ]
@@ -16,29 +16,29 @@ jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }
1616jackson-yaml = { module = " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" }
1717jackson-kotlin = { module = " com.fasterxml.jackson.module:jackson-module-kotlin" }
1818
19- checker = " org.checkerframework:checker:3.25 .0"
19+ checker = " org.checkerframework:checker:3.34 .0"
2020jimfs = " com.google.jimfs:jimfs:1.2"
21- slf4j = " org.slf4j:slf4j-api:2.0.6 "
22- logback = " ch.qos.logback:logback-classic:1.4.5 "
21+ slf4j = " org.slf4j:slf4j-api:2.0.7 "
22+ logback = " ch.qos.logback:logback-classic:1.4.7 "
2323
24- kotest-bom = " io.kotest:kotest-bom:5.5.4 "
24+ kotest-bom = " io.kotest:kotest-bom:5.6.2 "
2525kotest-runner = { module = " io.kotest:kotest-runner-junit5" }
2626kotest-datatest = { module = " io.kotest:kotest-framework-datatest" }
27- mockk = " io.mockk:mockk:1.13.3 "
27+ mockk = " io.mockk:mockk:1.13.5 "
2828
29- groovy-bom = " org.apache.groovy:groovy-bom:4.0.5 "
29+ groovy-bom = " org.apache.groovy:groovy-bom:4.0.12 "
3030spock = " org.spockframework:spock-core:2.2-groovy-4.0"
3131
32- plugin-kotlin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
32+ plugin-kotlin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
3333plugin-checker = " org.checkerframework:checkerframework-gradle-plugin:0.6.5"
34- plugin-outdated = " com.github.ben-manes:gradle-versions-plugin:0.42 .0"
34+ plugin-outdated = " com.github.ben-manes:gradle-versions-plugin:0.46 .0"
3535
3636[bundles ]
3737jackson = [" jackson-databind" , " jackson-yaml" , " jackson-kotlin" ]
3838
3939[plugins ]
4040kotlin = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
41- nexus = { id = " io.github.gradle-nexus.publish-plugin" , version = " 1.1 .0" }
42- jacoco = { id = " org.barfuin.gradle.jacocolog" , version = " 2.0 .0" }
41+ nexus = { id = " io.github.gradle-nexus.publish-plugin" , version = " 1.3 .0" }
42+ jacoco = { id = " org.barfuin.gradle.jacocolog" , version = " 3.1 .0" }
4343versions = { id = " com.github.ben-manes.versions" , version = " 0.44.0" }
44- sonar = { id = " org.sonarqube" , version = " 3.5 .0.2730 " }
44+ sonar = { id = " org.sonarqube" , version = " 4.0 .0.2929 " }
0 commit comments