Skip to content

Commit ca9a2b8

Browse files
committed
update dependencies
1 parent bfd9873 commit ca9a2b8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "1.7.20"
2+
kotlin = "1.7.21"
33
build-jdk = "11"
44
target-jdk = "8"
55

@@ -8,8 +8,8 @@ jacoco = "0.8.7"
88

99
[libraries]
1010
openapi-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

1414
jackson-bom = "com.fasterxml.jackson:jackson-bom:2.13.4"
1515
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }
@@ -18,13 +18,13 @@ jackson-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin"
1818

1919
checker = "org.checkerframework:checker:3.25.0"
2020
jimfs = "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"
2525
kotest-runner = { module = "io.kotest:kotest-runner-junit5" }
2626
kotest-datatest = { module = "io.kotest:kotest-framework-datatest" }
27-
mockk = "io.mockk:mockk:1.13.1"
27+
mockk = "io.mockk:mockk:1.13.3"
2828

2929
groovy-bom = "org.apache.groovy:groovy-bom:4.0.5"
3030
spock = "org.spockframework:spock-core:2.2-groovy-4.0"
@@ -40,5 +40,5 @@ jackson = ["jackson-databind", "jackson-yaml", "jackson-kotlin"]
4040
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
4141
nexus = { id = "io.github.gradle-nexus.publish-plugin", version = "1.1.0" }
4242
jacoco = { 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

Comments
 (0)