diff --git a/build.gradle.kts b/build.gradle.kts index dda064f..0cfccda 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ repositories { dependencies { implementation("com.charleskorn.kaml:kaml:0.49.0") - testImplementation(platform("io.kotest:kotest-bom:5.5.3")) + testImplementation(platform("io.kotest:kotest-bom:5.5.4")) testImplementation("io.kotest:kotest-runner-junit5") testImplementation("io.kotest:kotest-assertions-core") }