11[versions ]
2- kotlin = " 1.7.20 "
2+ kotlin = " 1.7.21 "
33build-jdk = " 11"
44target-jdk = " 8"
55
@@ -8,8 +8,8 @@ jacoco = "0.8.7"
88
99[libraries ]
1010openapi-processor-api = " io.openapiprocessor:openapi-processor-api:2021.1"
11- openapi-processor-test = " io.openapiprocessor:openapi-processor-test:2022.7 -SNAPSHOT"
12- openapi-processor-core = " io.openapiprocessor:openapi-processor-core:2022.7 -SNAPSHOT"
11+ openapi-processor-test = " io.openapiprocessor:openapi-processor-test:2023.1 -SNAPSHOT"
12+ openapi-processor-core = " io.openapiprocessor:openapi-processor-core:2023.1 -SNAPSHOT"
1313
1414jackson-bom = " com.fasterxml.jackson:jackson-bom:2.13.4"
1515jackson-databind = { module = " com.fasterxml.jackson.core:jackson-databind" }
@@ -18,13 +18,13 @@ jackson-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin"
1818
1919checker = " org.checkerframework:checker:3.25.0"
2020jimfs = " com.google.jimfs:jimfs:1.2"
21- slf4j = " org.slf4j:slf4j-api:2.0.3 "
22- logback = " ch.qos.logback:logback-classic:1.4.1 "
21+ slf4j = " org.slf4j:slf4j-api:2.0.6 "
22+ logback = " ch.qos.logback:logback-classic:1.4.5 "
2323
24- kotest-bom = " io.kotest:kotest-bom:5.4.2 "
24+ kotest-bom = " io.kotest:kotest-bom:5.5.4 "
2525kotest-runner = { module = " io.kotest:kotest-runner-junit5" }
2626kotest-datatest = { module = " io.kotest:kotest-framework-datatest" }
27- mockk = " io.mockk:mockk:1.13.1 "
27+ mockk = " io.mockk:mockk:1.13.3 "
2828
2929groovy-bom = " org.apache.groovy:groovy-bom:4.0.5"
3030spock = " org.spockframework:spock-core:2.2-groovy-4.0"
@@ -40,5 +40,5 @@ jackson = ["jackson-databind", "jackson-yaml", "jackson-kotlin"]
4040kotlin = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
4141nexus = { id = " io.github.gradle-nexus.publish-plugin" , version = " 1.1.0" }
4242jacoco = { id = " org.barfuin.gradle.jacocolog" , version = " 2.0.0" }
43- versions = { id = " com.github.ben-manes.versions" , version = " 0.42 .0" }
44- sonar = { id = " org.sonarqube" , version = " 3.4 .0.2513 " }
43+ versions = { id = " com.github.ben-manes.versions" , version = " 0.44 .0" }
44+ sonar = { id = " org.sonarqube" , version = " 3.5 .0.2730 " }
0 commit comments