Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 45e8444

Browse files
committed
clean up
1 parent 6bcb540 commit 45e8444

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jackson-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-y
2020
jackson-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin" }
2121
snakeyaml = "org.yaml:snakeyaml:1.33"
2222

23-
groovy-bom = "org.codehaus.groovy:groovy-bom:3.0.13"
24-
2523
openapi4j = "org.openapi4j:openapi-parser:1.0.7"
2624
swagger = "io.swagger.parser.v3:swagger-parser:2.0.28"
2725

@@ -42,9 +40,11 @@ kotest-bom = "io.kotest:kotest-bom:5.4.2"
4240
kotest-runner = { module = "io.kotest:kotest-runner-junit5" }
4341
kotest-datatest = { module = "io.kotest:kotest-framework-datatest" }
4442
mockk = "io.mockk:mockk:1.13.2"
43+
44+
groovy-bom = "org.codehaus.groovy:groovy-bom:3.0.13"
4545
spock = "org.spockframework:spock-core:2.2-groovy-3.0"
4646

47-
plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin"}
47+
plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
4848
plugin-checker = "org.checkerframework:checkerframework-gradle-plugin:0.6.16"
4949
plugin-outdated = "com.github.ben-manes:gradle-versions-plugin:0.42.0"
5050

0 commit comments

Comments
 (0)