Skip to content

Commit 2c08ea9

Browse files
committed
update dependencies
1 parent 9c588b7 commit 2c08ea9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ build-jdk = "17"
77
build-plugins = "2025.9"
88

99
api = "2024.2"
10-
base = "2025.6"
10+
base = "2025.7-SNAPSHOT"
1111

12-
junit = "5.9.3"
12+
#junit = "5.9.3"
1313
jacoco = "0.8.7"
1414

1515
spring-web = "6.2.12"
@@ -42,7 +42,7 @@ kotest-table = { module = "io.kotest:kotest-assertions-table" }
4242
mockk = "io.mockk:mockk:1.14.6"
4343

4444
groovy-bom = "org.apache.groovy:groovy-bom:4.0.28"
45-
spock = "org.spockframework:spock-core:2.3-groovy-4.0"
45+
spock = "org.spockframework:spock-core:2.4-M6-groovy-4.0"
4646

4747
# for buildSrc convention plugins
4848
plugin-build = { module = "io.openapiprocessor:build-plugins", version.ref = "build-plugins" }
@@ -52,12 +52,12 @@ plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.
5252

5353
#plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
5454
plugin-checker = "org.checkerframework:checkerframework-gradle-plugin:0.6.5"
55-
plugin-outdated = "com.github.ben-manes:gradle-versions-plugin:0.52.0"
55+
plugin-outdated = "com.github.ben-manes:gradle-versions-plugin:0.53.0"
5656

5757
[plugins]
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.0.1.6134" }
61+
sonar = { id = "org.sonarqube", version = "7.1.0.6387" }
6262
versions = { id = "io.openapiprocessor.build.plugin.create-versions" }
6363
publish = { id = "io.openapiprocessor.build.plugin.publish" }

0 commit comments

Comments
 (0)