diff --git a/build.gradle.kts b/build.gradle.kts index bff48c3..7f29905 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.5") - testImplementation("io.kotest:kotest-assertions-core:6.1.5") + testImplementation("io.kotest:kotest-runner-junit5:6.1.7") + testImplementation("io.kotest:kotest-assertions-core:6.1.7") testImplementation(kotlin("test")) }