diff --git a/scalabot-app/build.gradle.kts b/scalabot-app/build.gradle.kts index 75ea8e2..4a7d9ab 100644 --- a/scalabot-app/build.gradle.kts +++ b/scalabot-app/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("io.prometheus:simpleclient_httpserver:0.16.0") testImplementation(kotlin("test")) - testImplementation("io.mockk:mockk:1.13.2") + testImplementation("io.mockk:mockk:1.13.4") testImplementation("com.github.stefanbirkner:system-lambda:1.2.1") }