diff --git a/build.gradle.kts b/build.gradle.kts index 4bce9fce3..1217da063 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { /////////////////////////// // Dependencies for testing /////////////////////////// - testApi(platform("io.kotest:kotest-bom:5.7.2")) + testApi(platform("io.kotest:kotest-bom:5.8.0")) testApi(platform("org.junit:junit-bom:5.9.3")) testImplementation("io.kotest:kotest-runner-junit5")