Skip to content

Commit 5500c71

Browse files
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>
1 parent a08353a commit 5500c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
compileOnly(localGroovy())
3030
compileOnly("com.github.spotbugs:spotbugs:$spotBugsVersion")
3131
compileOnly("com.android.tools.build:gradle:$androidGradlePluginVersion")
32-
testImplementation("com.tngtech.archunit:archunit:1.2.0")
32+
testImplementation("com.tngtech.archunit:archunit:1.2.1")
3333
}
3434

3535
val signingKey: String? = providers.environmentVariable("SIGNING_KEY").orNull

0 commit comments

Comments
 (0)