From 3bd785b5abefe58ca6f754168e2dd1e4ce035264 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:38:45 +0000 Subject: [PATCH] fix(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.2.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4087365f..65c0a6b1 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.2.0' + testImplementation 'com.tngtech.archunit:archunit-junit5:1.2.1' testAnnotationProcessor "org.projectlombok:lombok" // If you are using mapstruct in test code testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.5.5.Final")