Skip to content

Commit 38d057f

Browse files
committed
update dependencies
1 parent 1019c93 commit 38d057f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ 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"
10-
base = "2025.6"
10+
base = "2025.7-SNAPSHOT"
1111

1212
junit = "5.9.3"
1313
jacoco = "0.8.7"
@@ -33,15 +33,15 @@ micronaut-data = { module ="io.micronaut.data:micronaut-data-model", version.ref
3333
checker = "org.checkerframework:checker:3.52.1"
3434
jimfs = "com.google.jimfs:jimfs:1.3.1"
3535
slf4j = "org.slf4j:slf4j-api:2.0.17"
36-
logback = "ch.qos.logback:logback-classic:1.5.21"
36+
logback = "ch.qos.logback:logback-classic:1.5.22"
3737

3838
kotest-bom = "io.kotest:kotest-bom:6.0.7"
3939
kotest-runner = { module = "io.kotest:kotest-runner-junit5" }
4040
kotest-table = { module = "io.kotest:kotest-assertions-table" }
4141
mockk = "io.mockk:mockk:1.14.7"
4242

43-
groovy-bom = "org.apache.groovy:groovy-bom:4.0.28"
44-
spock = "org.spockframework:spock-core:2.3-groovy-4.0"
43+
groovy-bom = "org.apache.groovy:groovy-bom:5.0.3"
44+
spock = "org.spockframework:spock-core:2.4-groovy-5.0"
4545

4646
# for buildSrc convention plugins
4747
plugin-build = { module = "io.openapiprocessor:build-plugins", version.ref = "build-plugins" }
@@ -50,11 +50,11 @@ plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.
5050
#plugin-updates = { module = "com.github.ben-manes:gradle-versions-plugin", version.ref = "updates" }
5151

5252
plugin-checker = "org.checkerframework:checkerframework-gradle-plugin:0.6.5"
53-
plugin-outdated = "com.github.ben-manes:gradle-versions-plugin:0.52.0"
53+
plugin-outdated = "com.github.ben-manes:gradle-versions-plugin:0.53.0"
5454

5555
[plugins]
5656
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
5757
jacoco = { id = "org.barfuin.gradle.jacocolog", version = "3.1.0" }
5858
updates = { id = "com.github.ben-manes.versions", version = "0.53.0" }
59-
sonar = { id = "org.sonarqube", version = "7.2.1.6560" }
59+
sonar = { id = "org.sonarqube", version = "7.2.2.6593" }
6060
versions = { id = "io.openapiprocessor.build.plugin.create-versions" }

0 commit comments

Comments
 (0)