Skip to content

Commit bf9ad1e

Browse files
Update dependency io.kotest:kotest-assertions-core to v5.7.2
1 parent eed5d34 commit bf9ad1e

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

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

0 commit comments

Comments
 (0)