Skip to content

Commit 2432197

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

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.5.5"))
14+
testImplementation(platform("io.kotest:kotest-bom:5.6.0"))
1515
testImplementation("io.kotest:kotest-runner-junit5")
1616
testImplementation("io.kotest:kotest-assertions-core")
1717
}

0 commit comments

Comments
 (0)