diff --git a/build.gradle b/build.gradle index a57d01a..9a678ab 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ dependencies { testImplementation "org.springframework.boot:spring-boot-testcontainers" testImplementation "org.testcontainers:junit-jupiter" testImplementation "org.testcontainers:postgresql" - testImplementation('com.tngtech.archunit:archunit-junit5:1.3.0') + testImplementation('com.tngtech.archunit:archunit-junit5:1.4.0') testImplementation('com.redis:testcontainers-redis:2.2.3') // If you are using mapstruct in test code testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.6.3")