diff --git a/build.gradle.kts b/build.gradle.kts index 53fb5ce8..b4c5e493 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ repositories { dependencies { testImplementation(kotlin("test")) - testImplementation("io.kotest:kotest-runner-junit5:5.9.0") + testImplementation("io.kotest:kotest-runner-junit5:5.9.1") testImplementation("io.mockk:mockk:1.13.11") implementation(kotlin("reflect")) implementation("junit:junit:4.13.2")