diff --git a/build.gradle.kts b/build.gradle.kts index 73f6245..2dbf012 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,8 +43,8 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter:6.0.3") testImplementation("com.h2database:h2:2.4.240") - testImplementation("io.kotest:kotest-runner-junit5:6.1.7") - testImplementation("io.kotest:kotest-assertions-core:6.1.7") + testImplementation("io.kotest:kotest-runner-junit5:6.1.9") + testImplementation("io.kotest:kotest-assertions-core:6.1.9") testImplementation(kotlin("test")) }