-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
Copy pathlibs.versions.toml
43 lines (41 loc) · 2.18 KB
/
libs.versions.toml
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
[versions]
apiguardian = "1.1.2"
asciidoctor-pdf = "1.5.3"
assertj = "3.20.2"
checkstyle = "8.36.2"
jacoco = "0.8.7"
jmh = "1.32"
junit4 = "4.13.2"
junit4Osgi = "4.13.2_1"
junit4Min = "4.12"
ktlint = "0.35.0"
log4j = "2.14.1"
opentest4j = "1.2.0"
surefire = "2.22.2"
[libraries]
apiguardian = { module = "org.apiguardian:apiguardian-api", version.ref = "apiguardian" }
archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "0.20.1" }
assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
bartholdy = { module = "de.sormuras:bartholdy", version = "0.2.3" }
bnd = { module = "biz.aQute.bnd:biz.aQute.bndlib", version = "5.3.0" }
classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.106" }
commons-io = { module = "commons-io:commons-io", version = "2.9.0" }
groovy4 = { module = "org.apache.groovy:groovy", version = "4.0.0-beta-1" }
groovy2-bom = { module = "org.codehaus.groovy:groovy-bom", version = "2.5.14" }
hamcrest = { module = "org.hamcrest:hamcrest", version = "2.2" }
jfrunit = { module = "org.moditect.jfrunit:jfrunit", version = "1.0.0.Alpha1" }
jmh-core = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }
jmh-generator-annprocess = { module = "org.openjdk.jmh:jmh-generator-annprocess", version.ref = "jmh" }
joox = { module = "org.jooq:joox", version = "1.6.2" }
junit4 = { module = "junit:junit", version = { strictly = "[4.12,)", prefer = "4.13.2" } }
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.4.3" }
log4j-core = { module = "org.apache.logging.log4j:log4j-core", version.ref = "log4j" }
log4j-jul = { module = "org.apache.logging.log4j:log4j-jul", version.ref = "log4j" }
mockito = { module = "org.mockito:mockito-junit-jupiter", version = "3.10.0" }
opentest4j = { module = "org.opentest4j:opentest4j", version.ref = "opentest4j" }
picocli = { module = "info.picocli:picocli", version = "4.6.1" }
slf4j-julBinding = { module = "org.slf4j:slf4j-jdk14", version = "1.7.30" }
spock1 = { module = "org.spockframework:spock-core", version = "1.3-groovy-2.5" }
univocity-parsers = { module = "com.univocity:univocity-parsers", version = "2.9.1" }
[bundles]
log4j = ["log4j-core", "log4j-jul"]