diff --git a/build.gradle.kts b/build.gradle.kts index 12e6d35..dffea5c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ kotlin { val jvmTest by getting { dependencies { implementation("io.kotest:kotest-runner-junit5:6.1.9") - implementation("io.kotest:kotest-property:6.1.9") + implementation("io.kotest:kotest-property:6.1.10") } } }