diff --git a/build.gradle b/build.gradle index 1287051..2e12da2 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" testImplementation "org.mockito:mockito-core:4.5.1" testImplementation "org.hamcrest:hamcrest-core:2.2" - testImplementation "io.mockk:mockk:1.12.3" + testImplementation "io.mockk:mockk:1.13.4" testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:${coroutinesVersion}" }