diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index f1ee3c7..9a4df83 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -65,7 +65,7 @@ dependencies { testImplementation("org.jetbrains.kotlin:kotlin-test") testImplementation("org.jetbrains.kotlin:kotlin-test-junit5") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2") - testImplementation("io.mockk:mockk:1.14.7") + testImplementation("io.mockk:mockk:1.14.9") } testing {