Bumped ArchUnit to gain Java 21 support

Support introduced in ArchUnit 1.1.0, but 1.2.1 seems to also work fine without any changes on our part.
This commit is contained in:
Ziggy
2023-12-10 11:43:06 +01:00
parent 31905b779c
commit 2acec1918c
+1 -1
View File
@@ -84,7 +84,7 @@ dependencies {
testImplementation(group="org.testcontainers", name="mongodb", version="1.18.0")
testRuntimeOnly(group="org.slf4j", name="slf4j-simple", version="1.7.36")
testImplementation("com.tngtech.archunit:archunit-junit5:1.0.1")
testImplementation("com.tngtech.archunit:archunit-junit5:1.2.1")
}
idea {