diff --git a/build.gradle.kts b/build.gradle.kts index 52ff5f9..9980efc 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.7.1") - testImplementation("io.kotest:kotest-runner-junit5:5.7.1") + testImplementation("io.kotest:kotest-runner-junit5:5.7.2") // import kotlinx serialization compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")