Skip to content

Commit 2594020

Browse files
committed
Update dependencies
1 parent fe19974 commit 2594020

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111

1212
dependencies {
1313
implementation(kotlin("gradle-plugin"))
14-
implementation("biz.aQute.bnd:biz.aQute.bnd.gradle:6.3.1")
14+
implementation("biz.aQute.bnd:biz.aQute.bnd.gradle:6.4.0")
1515
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.11.0")
1616
implementation("com.github.ben-manes:gradle-versions-plugin:0.42.0")
1717
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ asciidoctor-pdf = "1.5.3"
55
assertj = "3.23.1"
66
checkstyle = "9.0"
77
jacoco = "0.8.7"
8-
jmh = "1.35"
8+
jmh = "1.36"
99
junit4 = "4.13.2"
1010
junit4Osgi = "4.13.2_1"
1111
junit4Min = "4.12"
@@ -21,30 +21,30 @@ ant = { module = "org.apache.ant:ant", version.ref = "ant" }
2121
ant-junit = { module = "org.apache.ant:ant-junit", version.ref = "ant" }
2222
ant-junitlauncher = { module = "org.apache.ant:ant-junitlauncher", version.ref = "ant" }
2323
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" }
2525
assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
2626
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" }
2929
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" }
3131
groovy2-bom = { module = "org.codehaus.groovy:groovy-bom", version = "2.5.14" }
3232
hamcrest = { module = "org.hamcrest:hamcrest", version = "2.2" }
3333
jfrunit = { module = "org.moditect.jfrunit:jfrunit-core", version = "1.0.0.Alpha2" }
3434
jmh-core = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }
3535
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" }
3737
junit4 = { module = "junit:junit", version = { require = "[4.12,)", prefer = "4.13.2" } }
3838
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.6.4" }
3939
log4j-core = { module = "org.apache.logging.log4j:log4j-core", version.ref = "log4j" }
4040
log4j-jul = { module = "org.apache.logging.log4j:log4j-jul", version.ref = "log4j" }
4141
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" }
4343
opentest4j = { module = "org.opentest4j:opentest4j", version.ref = "opentest4j" }
4444
openTestReporting-events = { module = "org.opentest4j.reporting:open-test-reporting-events", version.ref = "openTestReporting" }
4545
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" }
4848
spock1 = { module = "org.spockframework:spock-core", version = "1.3-groovy-2.5" }
4949
univocity-parsers = { module = "com.univocity:univocity-parsers", version = "2.9.1" }
5050
xmlunit-assertj = { module = "org.xmlunit:xmlunit-assertj3", version.ref = "xmlunit" }

0 commit comments

Comments
 (0)