Skip to content

Commit db788f9

Browse files
committed
update dependencies
1 parent 2fb8b29 commit db788f9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ processor = "2025.6-SNAPSHOT"
44
kotlin = "2.2.21"
55
target-jdk = "11"
66
build-jdk = "17"
7-
build-plugins = "2025.9"
7+
build-plugins = "2025.12"
88

99
api = "2024.2"
1010
base = "2025.7-SNAPSHOT"
@@ -34,15 +34,15 @@ spring-data = { module ="org.springframework.data:spring-data-commons", version.
3434
checker = "org.checkerframework:checker:3.52.1"
3535
jimfs = "com.google.jimfs:jimfs:1.3.1"
3636
slf4j = "org.slf4j:slf4j-api:2.0.17"
37-
logback = "ch.qos.logback:logback-classic:1.5.21"
37+
logback = "ch.qos.logback:logback-classic:1.5.22"
3838

39-
kotest-bom = "io.kotest:kotest-bom:6.0.5"
39+
kotest-bom = "io.kotest:kotest-bom:6.0.7"
4040
kotest-runner = { module = "io.kotest:kotest-runner-junit5" }
4141
kotest-table = { module = "io.kotest:kotest-assertions-table" }
42-
mockk = "io.mockk:mockk:1.14.6"
42+
mockk = "io.mockk:mockk:1.14.7"
4343

44-
groovy-bom = "org.apache.groovy:groovy-bom:4.0.28"
45-
spock = "org.spockframework:spock-core:2.4-M6-groovy-4.0"
44+
groovy-bom = "org.apache.groovy:groovy-bom:5.0.3"
45+
spock = "org.spockframework:spock-core:2.4-groovy-5.0"
4646

4747
# for buildSrc convention plugins
4848
plugin-build = { module = "io.openapiprocessor:build-plugins", version.ref = "build-plugins" }
@@ -58,6 +58,6 @@ plugin-outdated = "com.github.ben-manes:gradle-versions-plugin:0.53.0"
5858
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
5959
jacoco = { id = "org.barfuin.gradle.jacocolog", version = "3.1.0" }
6060
updates = { id = "com.github.ben-manes.versions", version = "0.53.0" }
61-
sonar = { id = "org.sonarqube", version = "7.2.0.6526" }
61+
sonar = { id = "org.sonarqube", version = "7.2.2.6593" }
6262
versions = { id = "io.openapiprocessor.build.plugin.create-versions" }
6363
publish = { id = "io.openapiprocessor.build.plugin.publish" }

0 commit comments

Comments
 (0)