diff --git a/build.gradle b/build.gradle index b5f8af1..c46cba3 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ subprojects { testImplementation 'io.kotest:kotest-runner-junit5-jvm:4.6.2' testImplementation 'io.kotest:kotest-assertions-core-jvm:4.6.2' - testImplementation 'io.kotest:kotest-property-jvm:4.6.2' + testImplementation 'io.kotest:kotest-property-jvm:5.5.5' testImplementation 'io.kotest:kotest-extensions-testcontainers-jvm:4.4.3' testImplementation 'io.kotest:kotest-plugins-pitest:4.4.3' testImplementation 'io.kotest:kotest-runner-console-jvm:4.1.3.2'