From e089b967ba3e6d72d4e43552cd9da3e2e7fd3700 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 23:11:10 +0000 Subject: [PATCH] Update dependency com.tngtech.archunit:archunit-junit5 to v1.4.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a67ff44..e58a37e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ val jsonPathVersion = "2.9.0" // override transitive dep due to CVE violation val embeddedRedisVersion = "1.4.3" val commonsValidatorVersion = "1.9.0" val mockkVersion = "1.13.17" -val archunitVersion = "1.4.0" +val archunitVersion = "1.4.1" val logunitVersion = "2.0.0" val xmlunitVersion = "2.10.0"