@@ -5,46 +5,46 @@ asciidoctor-pdf = "1.5.3"
5
5
assertj = " 3.23.1"
6
6
checkstyle = " 9.0"
7
7
jacoco = " 0.8.7"
8
- jmh = " 1.33 "
8
+ jmh = " 1.35 "
9
9
junit4 = " 4.13.2"
10
10
junit4Osgi = " 4.13.2_1"
11
11
junit4Min = " 4.12"
12
12
ktlint = " 0.43.0"
13
- log4j = " 2.17.1 "
13
+ log4j = " 2.19.0 "
14
14
opentest4j = " 1.2.0"
15
15
openTestReporting = " 0.1.0-M1"
16
16
surefire = " 2.22.2"
17
- xmlunit = " 2.8.4 "
17
+ xmlunit = " 2.9.0 "
18
18
19
19
[libraries ]
20
20
ant = { module = " org.apache.ant:ant" , version.ref = " ant" }
21
21
ant-junit = { module = " org.apache.ant:ant-junit" , version.ref = " ant" }
22
22
ant-junitlauncher = { module = " org.apache.ant:ant-junitlauncher" , version.ref = " ant" }
23
23
apiguardian = { module = " org.apiguardian:apiguardian-api" , version.ref = " apiguardian" }
24
- archunit = { module = " com.tngtech.archunit:archunit-junit5" , version = " 0.23.1 " }
24
+ archunit = { module = " com.tngtech.archunit:archunit-junit5" , version = " 1.0.0 " }
25
25
assertj = { module = " org.assertj:assertj-core" , version.ref = " assertj" }
26
26
bartholdy = { module = " de.sormuras:bartholdy" , version = " 0.2.3" }
27
27
bnd = { module = " biz.aQute.bnd:biz.aQute.bndlib" , version = " 6.3.1" }
28
- classgraph = { module = " io.github.classgraph:classgraph" , version = " 4.8.132 " }
28
+ classgraph = { module = " io.github.classgraph:classgraph" , version = " 4.8.149 " }
29
29
commons-io = { module = " commons-io:commons-io" , version = " 2.11.0" }
30
- groovy4 = { module = " org.apache.groovy:groovy" , version = " 4.0.1 " }
30
+ groovy4 = { module = " org.apache.groovy:groovy" , version = " 4.0.5 " }
31
31
groovy2-bom = { module = " org.codehaus.groovy:groovy-bom" , version = " 2.5.14" }
32
32
hamcrest = { module = " org.hamcrest:hamcrest" , version = " 2.2" }
33
33
jfrunit = { module = " org.moditect.jfrunit:jfrunit-core" , version = " 1.0.0.Alpha2" }
34
34
jmh-core = { module = " org.openjdk.jmh:jmh-core" , version.ref = " jmh" }
35
35
jmh-generator-annprocess = { module = " org.openjdk.jmh:jmh-generator-annprocess" , version.ref = " jmh" }
36
36
joox = { module = " org.jooq:joox" , version = " 1.6.2" }
37
37
junit4 = { module = " junit:junit" , version = { require = " [4.12,)" , prefer = " 4.13.2" } }
38
- kotlinx-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version = " 1.4.3 " }
38
+ kotlinx-coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version = " 1.6.4 " }
39
39
log4j-core = { module = " org.apache.logging.log4j:log4j-core" , version.ref = " log4j" }
40
40
log4j-jul = { module = " org.apache.logging.log4j:log4j-jul" , version.ref = " log4j" }
41
- maven = { module = " org.apache.maven:apache-maven" , version = " 3.8.5 " }
42
- mockito = { module = " org.mockito:mockito-junit-jupiter" , version = " 4.1 .0" }
41
+ maven = { module = " org.apache.maven:apache-maven" , version = " 3.8.6 " }
42
+ mockito = { module = " org.mockito:mockito-junit-jupiter" , version = " 4.8 .0" }
43
43
opentest4j = { module = " org.opentest4j:opentest4j" , version.ref = " opentest4j" }
44
44
openTestReporting-events = { module = " org.opentest4j.reporting:open-test-reporting-events" , version.ref = " openTestReporting" }
45
45
openTestReporting-tooling = { module = " org.opentest4j.reporting:open-test-reporting-tooling" , version.ref = " openTestReporting" }
46
- picocli = { module = " info.picocli:picocli" , version = " 4.6.2 " }
47
- slf4j-julBinding = { module = " org.slf4j:slf4j-jdk14" , version = " 1.7.32 " }
46
+ picocli = { module = " info.picocli:picocli" , version = " 4.6.3 " }
47
+ slf4j-julBinding = { module = " org.slf4j:slf4j-jdk14" , version = " 2.0.3 " }
48
48
spock1 = { module = " org.spockframework:spock-core" , version = " 1.3-groovy-2.5" }
49
49
univocity-parsers = { module = " com.univocity:univocity-parsers" , version = " 2.9.1" }
50
50
xmlunit-assertj = { module = " org.xmlunit:xmlunit-assertj3" , version.ref = " xmlunit" }
0 commit comments