@@ -5,7 +5,7 @@ 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.35 "
8
+ jmh = " 1.36 "
9
9
junit4 = " 4.13.2"
10
10
junit4Osgi = " 4.13.2_1"
11
11
junit4Min = " 4.12"
@@ -21,30 +21,30 @@ 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 = " 1.0.0 " }
24
+ archunit = { module = " com.tngtech.archunit:archunit-junit5" , version = " 1.0.1 " }
25
25
assertj = { module = " org.assertj:assertj-core" , version.ref = " assertj" }
26
26
bartholdy = { module = " de.sormuras:bartholdy" , version = " 0.2.3" }
27
- bnd = { module = " biz.aQute.bnd:biz.aQute.bndlib" , version = " 6.3.1 " }
28
- classgraph = { module = " io.github.classgraph:classgraph" , version = " 4.8.149 " }
27
+ bnd = { module = " biz.aQute.bnd:biz.aQute.bndlib" , version = " 6.4.0 " }
28
+ classgraph = { module = " io.github.classgraph:classgraph" , version = " 4.8.153 " }
29
29
commons-io = { module = " commons-io:commons-io" , version = " 2.11.0" }
30
- groovy4 = { module = " org.apache.groovy:groovy" , version = " 4.0.5 " }
30
+ groovy4 = { module = " org.apache.groovy:groovy" , version = " 4.0.7 " }
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
- joox = { module = " org.jooq:joox" , version = " 1.6.2 " }
36
+ joox = { module = " org.jooq:joox" , version = " 2.0.0 " }
37
37
junit4 = { module = " junit:junit" , version = { require = " [4.12,)" , prefer = " 4.13.2" } }
38
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
41
maven = { module = " org.apache.maven:apache-maven" , version = " 3.8.6" }
42
- mockito = { module = " org.mockito:mockito-junit-jupiter" , version = " 4.8 .0" }
42
+ mockito = { module = " org.mockito:mockito-junit-jupiter" , version = " 4.11 .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.3 " }
47
- slf4j-julBinding = { module = " org.slf4j:slf4j-jdk14" , version = " 2.0.3 " }
46
+ picocli = { module = " info.picocli:picocli" , version = " 4.7.0 " }
47
+ slf4j-julBinding = { module = " org.slf4j:slf4j-jdk14" , version = " 2.0.6 " }
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