@@ -12,9 +12,9 @@ jacoco = "0.8.7"
1212openapi-processor-api = " io.openapiprocessor:openapi-processor-api:2021.1"
1313openapi-processor-test = " io.openapiprocessor:openapi-processor-test:2023.1.2"
1414
15- openapi-parser-bom = " io.openapiprocessor:openapi-parser-bom:2023.2-SNAPSHOT "
15+ openapi-parser-bom = " io.openapiprocessor:openapi-parser-bom:2023.2"
1616openapi-parser-parser = { module = " io.openapiprocessor:openapi-parser" }
17- json-schema-validator-bom = " io.openapiprocessor:json-schema-validator-bom:2023.2-SNAPSHOT "
17+ json-schema-validator-bom = " io.openapiprocessor:json-schema-validator-bom:2023.2"
1818json-schema-validator-validator = { module = " io.openapiprocessor:json-schema-validator" }
1919io-jackson = { module = " io.openapiprocessor:io-jackson" }
2020# io-snakeyaml = { module = "io.openapiprocessor:io-snakeyaml" }
@@ -62,6 +62,8 @@ openapi-parser = ["openapi-parser-parser", "io-jackson"]
6262kotlin = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
6363nexus = { id = " io.github.gradle-nexus.publish-plugin" , version = " 1.3.0" }
6464jacoco = { id = " org.barfuin.gradle.jacocolog" , version = " 3.1.0" }
65- sonar = { id = " org.sonarqube" , version = " 4.1.0.3113" }
65+ # sonar = { id = "org.sonarqube", version = "3.5.0.2730" }
66+ sonar = { id = " org.sonarqube" , version = " 4.0.0.2929" }
67+ # sonar = { id = "org.sonarqube", version = "4.1.0.3113" }
6668
6769# versions = { id = "com.github.ben-manes.versions", version = "0.42.0" }
0 commit comments