mirror of
https://github.com/gotson/komga.git
synced 2025-12-22 16:33:29 +01:00
build(deps): rollback archunit to 0.23.1 because of SLF4J 2.0
This commit is contained in:
parent
665ce1804c
commit
a085e63567
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ dependencies {
|
|||
testImplementation("io.mockk:mockk:1.13.2")
|
||||
testImplementation("com.google.jimfs:jimfs:1.2")
|
||||
|
||||
testImplementation("com.tngtech.archunit:archunit-junit5:1.0.0")
|
||||
testImplementation("com.tngtech.archunit:archunit-junit5:0.23.1")
|
||||
|
||||
benchmarkImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
|
||||
benchmarkImplementation("org.openjdk.jmh:jmh-core:1.35")
|
||||
|
|
|
|||
Loading…
Reference in a new issue