-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
36 lines (27 loc) · 1.24 KB
/
libs.versions.toml
File metadata and controls
36 lines (27 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[versions]
processor = "2026.2-SNAPSHOT"
kotlin = "2.3.20"
target-jdk = "11"
build-jdk = "17"
build-plugins = "2026.1"
api = "2024.2"
parser = "2026.2"
jacoco = "0.8.7"
[libraries]
openapi-processor-api = { module = "io.openapiprocessor:openapi-processor-api", version.ref = "api" }
openapi-parser-bom = { module = "io.openapiprocessor:openapi-parser-bom", version.ref = "parser" }
openapi-parser-parser = { module = "io.openapiprocessor:openapi-parser" }
io-jackson = { module = "io.openapiprocessor:io-jackson" }
diff = { module = "io.github.java-diff-utils:java-diff-utils", version = "4.16" }
logback = "ch.qos.logback:logback-classic:1.5.32"
kotest-bom = "io.kotest:kotest-bom:6.1.9"
kotest-runner = { module = "io.kotest:kotest-runner-junit5" }
kotest-table = { module = "io.kotest:kotest-assertions-table" }
mockk = "io.mockk:mockk:1.14.9"
groovy-bom = "org.apache.groovy:groovy-bom:5.0.4"
spock = "org.spockframework:spock-core:2.4-groovy-5.0"
# for buildSrc convention plugins
plugin-build = { module = "io.openapiprocessor:build-plugins", version.ref = "build-plugins" }
plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
[plugins]
updates = { id = "com.github.ben-manes.versions", version = "0.53.0" }