From cc0b6b2580b589bc8ca37eae52b21b7232005fe7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 06:57:38 +0000 Subject: [PATCH] fix(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.2.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8ac2ae6f..4087365f 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ dependencies { testImplementation "org.awaitility:awaitility" testImplementation "org.testcontainers:junit-jupiter" testImplementation "org.testcontainers:postgresql" - testImplementation 'com.tngtech.archunit:archunit-junit5:1.1.0' + testImplementation 'com.tngtech.archunit:archunit-junit5:1.2.0' testAnnotationProcessor "org.projectlombok:lombok" // If you are using mapstruct in test code testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.5.5.Final")