mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-11 21:45:26 -04:00
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:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user