From 5500c7186d0cc00a49209a8cb6395abcdadee216 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:31:29 -0500 Subject: [PATCH] fix(deps): update dependency com.tngtech.archunit:archunit to v1.2.1 (#1056) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c9faa7a0..0ff18144 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { compileOnly(localGroovy()) compileOnly("com.github.spotbugs:spotbugs:$spotBugsVersion") compileOnly("com.android.tools.build:gradle:$androidGradlePluginVersion") - testImplementation("com.tngtech.archunit:archunit:1.2.0") + testImplementation("com.tngtech.archunit:archunit:1.2.1") } val signingKey: String? = providers.environmentVariable("SIGNING_KEY").orNull