From 992c68f5eefa750eeafb82e5ae6a5784933a281c Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 10 Nov 2022 17:19:35 +0800 Subject: [PATCH] build(deps): bump archunit-junit5 to 1.0.1 --- komga/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komga/build.gradle.kts b/komga/build.gradle.kts index 57a2b72fb..d0eb58073 100644 --- a/komga/build.gradle.kts +++ b/komga/build.gradle.kts @@ -125,7 +125,7 @@ dependencies { testImplementation("io.mockk:mockk:1.13.2") testImplementation("com.google.jimfs:jimfs:1.2") - testImplementation("com.tngtech.archunit:archunit-junit5:0.23.1") + testImplementation("com.tngtech.archunit:archunit-junit5:1.0.1") benchmarkImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4") benchmarkImplementation("org.openjdk.jmh:jmh-core:1.36")