diff --git a/build.gradle b/build.gradle index faa22e0..7e3ed0a 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { testImplementation "pl.pragmatists:JUnitParams:1.1.1" testImplementation 'io.kotest:kotest-runner-junit4:5.9.0' testImplementation 'io.kotest:kotest-assertions-core:5.9.0' - testImplementation 'io.kotest:kotest-property:5.9.0' + testImplementation 'io.kotest:kotest-property:5.9.1' } compileJava {