Skip to content

Commit b48de50

Browse files
committed
fix(deps): update dependency io.kotest:kotest-bom to v5.9.0
1 parent 0b442f0 commit b48de50

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
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
dependencies {
14-
testImplementation(platform("io.kotest:kotest-bom:5.8.1"))
14+
testImplementation(platform("io.kotest:kotest-bom:5.9.0"))
1515
testImplementation("io.kotest:kotest-assertions-core")
1616
testImplementation("io.kotest:kotest-runner-junit5")
1717
}

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

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

1313
dependencies {
14-
testImplementation(platform("io.kotest:kotest-bom:5.8.1"))
14+
testImplementation(platform("io.kotest:kotest-bom:5.9.0"))
1515
testImplementation("io.kotest:kotest-assertions-core")
1616
testImplementation("io.kotest:kotest-runner-junit5")
1717
}

0 commit comments

Comments
 (0)