diff --git a/build.gradle.kts b/build.gradle.kts index 98dde02..059304b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { implementation("io.github.microutils:kotlin-logging:3.0.5") testImplementation("io.kotest:kotest-assertions-core:5.9.0") testImplementation("org.spekframework.spek2:spek-dsl-jvm:2.0.19") - testImplementation("io.mockk:mockk:1.13.10") + testImplementation("io.mockk:mockk:1.13.11") testRuntimeOnly("org.spekframework.spek2:spek-runner-junit5:2.0.19") }