diff --git a/build.gradle.kts b/build.gradle.kts index 9eac6d0..0e42f9a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -78,7 +78,7 @@ dependencies { api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4") detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.0") - testImplementation("io.kotest:kotest-runner-junit5:5.5.4") + testImplementation("io.kotest:kotest-runner-junit5:5.6.2") testImplementation("io.kotest:kotest-assertions-core:5.5.4") testImplementation("net.swiftzer.semver:semver:1.2.0") testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")