diff --git a/build.gradle.kts b/build.gradle.kts index 931c321..746be4d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { // Use the kotlin test library testImplementation("io.kotest:kotest-assertions-core:5.6.2") - testImplementation("io.kotest:kotest-runner-junit5:5.6.1") + testImplementation("io.kotest:kotest-runner-junit5:5.6.2") // import kotlinx serialization compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")