Skip to content

Commit aaa9b39

Browse files
fix(deps): update dependency com.tngtech.archunit:archunit to v1.5.0 (#1780)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 33b7e7a commit aaa9b39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
compileOnly(localGroovy())
3434
compileOnly("com.github.spotbugs:spotbugs:$spotBugsVersion")
3535
compileOnly("com.android.tools.build:gradle:$androidGradlePluginVersion")
36-
testImplementation("com.tngtech.archunit:archunit:1.4.2")
36+
testImplementation("com.tngtech.archunit:archunit:1.5.0")
3737
lintChecks("androidx.lint:lint-gradle:1.0.0")
3838
}
3939

0 commit comments

Comments
 (0)