Skip to content

Commit b8d51ac

Browse files
fix(deps): update dependency io.kotest:kotest-bom to v6
1 parent a959f2b commit b8d51ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/buildsrc/convention/kotlin-jvm-server.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
dependencies {
15-
testImplementation(platform("io.kotest:kotest-bom:5.9.1"))
15+
testImplementation(platform("io.kotest:kotest-bom:6.0.1"))
1616
testImplementation("io.kotest:kotest-assertions-core")
1717
testImplementation("io.kotest:kotest-runner-junit5")
1818
}

buildSrc/src/main/kotlin/buildsrc/convention/kotlin-jvm.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
dependencies {
15-
testImplementation(platform("io.kotest:kotest-bom:5.9.1"))
15+
testImplementation(platform("io.kotest:kotest-bom:6.0.1"))
1616
testImplementation("io.kotest:kotest-assertions-core")
1717
testImplementation("io.kotest:kotest-runner-junit5")
1818
}

0 commit comments

Comments
 (0)