Skip to content

Commit a9a40f3

Browse files
fix(deps): update dependency io.kotest:kotest-assertions-core to v5.9.1
1 parent f9c1d90 commit a9a40f3

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

1919
testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.21.0")
20-
testImplementation("io.kotest:kotest-assertions-core:5.4.0")
20+
testImplementation("io.kotest:kotest-assertions-core:5.9.1")
2121
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
2222
}
2323

0 commit comments

Comments
 (0)