diff --git a/build.gradle.kts b/build.gradle.kts index 9699f8c68a..4c0710e540 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -70,7 +70,7 @@ dependencies { implementation("org.jetbrains.kotlinx:dataframe-excel:0.13.1") testImplementation("io.github.bluegroundltd:kfactory:1.0.0") - testImplementation("io.mockk:mockk:1.13.13") + testImplementation("io.mockk:mockk:1.13.16") testImplementation("io.jsonwebtoken:jjwt-api:0.11.5") testImplementation("com.github.tomakehurst:wiremock-standalone:3.0.1") testRuntimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5")