diff --git a/build.gradle.kts b/build.gradle.kts index f1b7e54..51883c0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.2") testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0") testImplementation("org.assertj:assertj-core:3.20.2") - testImplementation("io.kotest:kotest-runner-junit5:4.6.0") + testImplementation("io.kotest:kotest-runner-junit5:5.5.4") testImplementation("io.kotest:kotest-assertions-core:4.6.0") testImplementation("io.kotest:kotest-property:4.6.0") testImplementation("io.mockk:mockk:1.12.0")