Skip to content

Commit c3753e4

Browse files
committed
update dependencies
1 parent bf2a39c commit c3753e4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ openapi-parser-parser = { module = "io.openapiprocessor:openapi-parser" }
2222
#json-schema-validator-validator = { module = "io.openapiprocessor:json-schema-validator" }
2323
io-jackson = { module = "io.openapiprocessor:io-jackson" }
2424

25-
jackson-bom = "com.fasterxml.jackson:jackson-bom:2.20.0"
25+
jackson-bom = "com.fasterxml.jackson:jackson-bom:2.20.1"
2626
#jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }
2727
jackson-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" }
2828
#jackson-xml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-xml" }
@@ -44,8 +44,7 @@ jimfs = "com.google.jimfs:jimfs:1.3.1"
4444
slf4j = "org.slf4j:slf4j-api:2.0.17"
4545
logback = "ch.qos.logback:logback-classic:1.5.21"
4646

47-
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
48-
kotest-bom = "io.kotest:kotest-bom:6.0.4"
47+
kotest-bom = "io.kotest:kotest-bom:6.0.5"
4948
kotest-runner = { module = "io.kotest:kotest-runner-junit5" }
5049
kotest-table = { module = "io.kotest:kotest-assertions-table" }
5150
mockk = "io.mockk:mockk:1.14.6"
@@ -68,6 +67,6 @@ plugin-updates = { module = "com.github.ben-manes:gradle-versions-plugin", versi
6867
[plugins]
6968
updates = { id = "com.github.ben-manes.versions", version = "updates" }
7069
jacoco = { id = "io.gitlab.mpichler.jacocolog", version = "4.0.0" }
71-
sonar = { id = "org.sonarqube", version = "7.0.1.6134" }
70+
sonar = { id = "org.sonarqube", version = "7.1.0.6387" }
7271
central = { id = "io.openapiprocessor.build.plugin.publish-central", version.ref = "build-plugins" }
7372
versions = { id = "io.openapiprocessor.build.plugin.create-versions" }

0 commit comments

Comments
 (0)