Skip to content

Commit 43acc46

Browse files
committed
Update dependencies and plugins
1 parent 95de157 commit 43acc46

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

buildSrc/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
44
`kotlin-dsl`
5-
id("com.github.ben-manes.versions") version "0.39.0"
5+
id("com.github.ben-manes.versions") version "0.42.0"
66
}
77

88
repositories {
@@ -12,8 +12,8 @@ repositories {
1212
dependencies {
1313
implementation(kotlin("gradle-plugin"))
1414
implementation("biz.aQute.bnd:biz.aQute.bnd.gradle:6.3.1")
15-
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.0.0")
16-
implementation("com.github.ben-manes:gradle-versions-plugin:0.39.0")
15+
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.11.0")
16+
implementation("com.github.ben-manes:gradle-versions-plugin:0.42.0")
1717
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
1818
implementation("org.gradle:test-retry-gradle-plugin:1.4.1")
1919
compileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.11.1") // keep in sync with root settings.gradle.kts

gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,46 +5,46 @@ asciidoctor-pdf = "1.5.3"
55
assertj = "3.23.1"
66
checkstyle = "9.0"
77
jacoco = "0.8.7"
8-
jmh = "1.33"
8+
jmh = "1.35"
99
junit4 = "4.13.2"
1010
junit4Osgi = "4.13.2_1"
1111
junit4Min = "4.12"
1212
ktlint = "0.43.0"
13-
log4j = "2.17.1"
13+
log4j = "2.19.0"
1414
opentest4j = "1.2.0"
1515
openTestReporting = "0.1.0-M1"
1616
surefire = "2.22.2"
17-
xmlunit = "2.8.4"
17+
xmlunit = "2.9.0"
1818

1919
[libraries]
2020
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 = "0.23.1" }
24+
archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.0.0" }
2525
assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
2626
bartholdy = { module = "de.sormuras:bartholdy", version = "0.2.3" }
2727
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" }
2929
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" }
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" }
3636
joox = { module = "org.jooq:joox", version = "1.6.2" }
3737
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" }
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" }
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" }
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.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" }
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" }

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pluginManagement {
1212
// Check if workaround in documentation.gradle.kts can be removed when upgrading
1313
id("org.asciidoctor.jvm.convert") version "3.3.2"
1414
id("org.asciidoctor.jvm.pdf") version "3.3.2"
15-
id("me.champeau.jmh") version "0.6.6"
15+
id("me.champeau.jmh") version "0.6.8"
1616
id("io.spring.nohttp") version "0.0.10"
1717
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
1818
}

0 commit comments

Comments
 (0)