-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
72 lines (57 loc) · 3.05 KB
/
libs.versions.toml
File metadata and controls
72 lines (57 loc) · 3.05 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[versions]
processor = "2026.3-SNAPSHOT"
#parser = "2026.1"
parser = "2026.2b1-SNAPSHOT"
api = "2024.2"
kotlin = "2.3.20"
build-jdk = "11"
#target-jdk = "11"
test-jdk = "17"
build-plugins = "2026.1"
jacoco = "0.8.14"
jacocolog = "4.0.1"
updates = "0.53.0"
[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" }
#json-schema-validator-bom = { module = "io.openapiprocessor:json-schema-validator-bom", version.ref = "parser" }
#json-schema-validator-validator = { module = "io.openapiprocessor:json-schema-validator" }
io-jackson = { module = "io.openapiprocessor:io-jackson" }
jackson-bom = "com.fasterxml.jackson:jackson-bom:2.21.1"
#jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }
jackson-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" }
#jackson-xml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-xml" }
jackson-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin" }
openapi4j = "org.openapi4j:openapi-parser:1.0.7"
swagger = "io.swagger.parser.v3:swagger-parser:2.1.39"
antlr = "org.antlr:antlr4:4.13.2"
format-java-eclipse = "org.eclipse.jdt:org.eclipse.jdt.core:3.45.0"
format-java-google = "com.google.googlejavaformat:google-java-format:1.24.0"
commons-text = "org.apache.commons:commons-text:1.15.0"
commonmark = "com.atlassian.commonmark:commonmark:0.17.0"
uritemplate = "io.github.std-uritemplate:std-uritemplate:2.0.8"
jimfs = "com.google.jimfs:jimfs:1.3.1"
slf4j = "org.slf4j:slf4j-api:2.0.17"
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"
diff-utils = "io.github.java-diff-utils:java-diff-utils:4.16"
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" }
plugin-updates = { module = "com.github.ben-manes:gradle-versions-plugin", version.ref = "updates" }
plugin-jacocolog = { module = "org.barfuin.gradle.jacocolog:org.barfuin.gradle.jacocolog.gradle.plugin", version.ref = "jacocolog" }
[bundles]
#jackson = ["jackson-databind", "jackson-yaml", "jackson-kotlin"]
#openapi-parser = ["openapi-parser-parser", "io-jackson"]
[plugins]
updates = { id = "com.github.ben-manes.versions", version = "updates" }
sonar = { id = "org.sonarqube", version = "7.2.3.7755" }
jacocolog = { id = "org.barfuin.gradle.jacocolog" }
central = { id = "io.openapiprocessor.build.plugin.publish-central", version.ref = "build-plugins" }
versions = { id = "io.openapiprocessor.build.plugin.create-versions" }