-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
102 lines (99 loc) · 4.91 KB
/
libs.versions.toml
File metadata and controls
102 lines (99 loc) · 4.91 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[versions]
assertj = "3.27.3"
bcrypt = "0.10.2"
changelog = "2.2.1"
commons-codec = "1.18.0"
commons-compress = "1.27.1"
commons-csv = "1.14.0"
commons-io = "2.19.0"
commons-text = "1.13.1"
cronutils = "9.2.0"
csscolor4j = "1.0.0"
intellij-platform = "2.5.0"
jackson = "2.19.0"
jfiglet = "0.0.9"
jnanoid = "2.0.0"
jose4j = "0.9.6"
json-schema-validator = "1.5.6"
jsonpath = "2.9.0"
junit4 = "4.13.2"
junit5 = "5.12.2"
# See bundled version: https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library
kotlin = "2.0.21"
named-regexp = "1.0.0"
okhttp = "4.12.0"
spotless = "7.0.3"
version-catalog-update = "1.0.0"
sql-formatter = "2.0.5"
text-case-converter = "2.0.0"
ulid-creator = "5.2.3"
uuid-generator = "5.1.0"
zxing = "3.5.3"
[libraries]
assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertj" }
bcrypt = { module = "at.favre.lib:bcrypt", version.ref = "bcrypt" }
commons-codec = { module = "commons-codec:commons-codec", version.ref = "commons-codec" }
commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "commons-compress" }
commons-csv = { module = "org.apache.commons:commons-csv", version.ref = "commons-csv" }
commons-io = { module = "commons-io:commons-io", version.ref = "commons-io" }
commons-text = { module = "org.apache.commons:commons-text", version.ref = "commons-text" }
cronutils = { module = "com.cronutils:cron-utils", version.ref = "cronutils" }
csscolor4j = { module = "org.silentsoft:csscolor4j", version.ref = "csscolor4j" }
jackson-core = { module = "com.fasterxml.jackson.core:jackson-core", version.ref = "jackson" }
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" }
jackson-dataformat-properties = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-properties", version.ref = "jackson" }
jackson-dataformat-toml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-toml", version.ref = "jackson" }
jackson-dataformat-xml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-xml", version.ref = "jackson" }
jackson-dataformat-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml", version.ref = "jackson" }
jfiglet = { module = "com.github.lalyos:jfiglet", version.ref = "jfiglet" }
jnanoid = { module = "com.aventrix.jnanoid:jnanoid", version.ref = "jnanoid" }
jose4j = { module = "org.bitbucket.b_c:jose4j", version.ref = "jose4j" }
json-schema-validator = { module = "com.networknt:json-schema-validator", version.ref = "json-schema-validator" }
jsonpath = { module = "com.jayway.jsonpath:json-path", version.ref = "jsonpath" }
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit5" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit5" }
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit5" }
# See: https://docs.gradle.org/8.12/userguide/upgrading_version_8.html#manually_declaring_dependencies
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
junit4 = { module = "junit:junit", version.ref = "junit4" }
named-regexp = { module = "com.github.tony19:named-regexp", version.ref = "named-regexp" }
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
sql-formatter = { module = "com.github.vertical-blank:sql-formatter", version.ref = "sql-formatter" }
text-case-converter = { module = "dev.turingcomplete:text-case-converter", version.ref = "text-case-converter" }
text-case-converter-kotlin-extension = { module = "dev.turingcomplete:text-case-converter-kotlin-extension", version.ref = "text-case-converter" }
ulid-creator = { module = "com.github.f4b6a3:ulid-creator", version.ref = "ulid-creator" }
uuid-generator = { module = "com.fasterxml.uuid:java-uuid-generator", version.ref = "uuid-generator" }
zxing-core = { module = "com.google.zxing:core", version.ref = "zxing" }
zxing-javase = { module = "com.google.zxing:javase", version.ref = "zxing" }
[bundles]
jackson = [
"jackson-core",
"jackson-databind",
"jackson-dataformat-properties",
"jackson-dataformat-toml",
"jackson-dataformat-xml",
"jackson-dataformat-yaml",
]
junit-implementation = [
"junit-jupiter-api",
"junit-jupiter-params",
]
junit-runtime = [
"junit-jupiter-engine",
"junit-platform-launcher",
"junit4",
]
text-case-converter = [
"text-case-converter",
"text-case-converter-kotlin-extension",
]
zxing = [
"zxing-core",
"zxing-javase",
]
[plugins]
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
intellij-platform = { id = "org.jetbrains.intellij.platform", version.ref = "intellij-platform" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
version-catalog-update = { id = "nl.littlerobots.version-catalog-update", version.ref = "version-catalog-update" }