Skip to content

Commit 554e7c6

Browse files
committed
fix(deps): update dependency io.kotest:kotest-bom to v5.6.1
1 parent 2432197 commit 554e7c6

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
@@ -11,7 +11,7 @@ repositories {
1111
dependencies {
1212
implementation("com.charleskorn.kaml:kaml:0.53.0")
1313

14-
testImplementation(platform("io.kotest:kotest-bom:5.6.0"))
14+
testImplementation(platform("io.kotest:kotest-bom:5.6.1"))
1515
testImplementation("io.kotest:kotest-runner-junit5")
1616
testImplementation("io.kotest:kotest-assertions-core")
1717
}

0 commit comments

Comments
 (0)