From 0498c2914ce4ff2b9df55e2a23170fc204e2e7ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 01:51:25 +0000 Subject: [PATCH] fix(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.4.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")