diff --git a/build.gradle b/build.gradle index b284423f..1fe9ed57 100644 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,7 @@ dependencies { testImplementation('io.mockk:mockk:1.13.8') // Architecture tests la stå som 0.11.0 - testImplementation ('com.tngtech.archunit:archunit:1.2.0') + testImplementation ('com.tngtech.archunit:archunit:1.2.1') // Forenklere mocking av beans, benyttes som mockito mockbean testImplementation('com.ninja-squad:springmockk:4.0.2')