Skip to content

Commit ec04331

Browse files
committed
sonar failure
1 parent 399b39e commit ec04331

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jacoco = "0.8.7"
1212
openapi-processor-api = "io.openapiprocessor:openapi-processor-api:2021.1"
1313
openapi-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"
1616
openapi-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"
1818
json-schema-validator-validator = { module = "io.openapiprocessor:json-schema-validator" }
1919
io-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"]
6262
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
6363
nexus = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }
6464
jacoco = { 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

Comments
 (0)