update archunit

This commit is contained in:
Carsten Otto
2022-10-04 10:59:48 +02:00
parent a1f088240b
commit bf2be0ce78

View File

@@ -8,7 +8,7 @@ testing {
testType = TestSuiteType.INTEGRATION_TEST
dependencies {
implementation project
implementation 'com.tngtech.archunit:archunit:0.23.1'
implementation 'com.tngtech.archunit:archunit:1.0.0'
implementation 'org.awaitility:awaitility:4.2.0'
}