diff --git a/build.gradle.kts b/build.gradle.kts index 7b83ffc..3cf736c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ java.sourceCompatibility = JavaVersion.VERSION_1_8 dependencies { implementation(kotlin("stdlib")) implementation(kotlin("reflect")) - testImplementation("io.kotest:kotest-runner-junit5:5.3.2") + testImplementation("io.kotest:kotest-runner-junit5:5.4.2") testImplementation("io.kotest.extensions:kotest-extensions-allure:1.2.0") }