diff --git a/build.gradle.kts b/build.gradle.kts index 4aa6f99e48..fe8b3a3117 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { /////////////////////////// // Pinned to 5.4.2 for now since there are issues with test discovery in 5.5.0 // See: https://github.com/kotest/kotest/issues/3223 - testApi(platform("io.kotest:kotest-bom:5.5.0")) + testApi(platform("io.kotest:kotest-bom:5.5.1")) testApi(platform("org.junit:junit-bom:5.9.1")) testImplementation("io.kotest:kotest-runner-junit5")