Skip to content

Commit b90f234

Browse files
fix(deps): update dependency io.gitlab.arturbosch.detekt:detekt-test to v1.23.8
1 parent f9c1d90 commit b90f234

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
@@ -16,7 +16,7 @@ repositories {
1616
dependencies {
1717
compileOnly("io.gitlab.arturbosch.detekt:detekt-api:1.21.0")
1818

19-
testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.21.0")
19+
testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.8")
2020
testImplementation("io.kotest:kotest-assertions-core:5.4.0")
2121
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
2222
}

0 commit comments

Comments
 (0)