diff --git a/scalabot-app/build.gradle.kts b/scalabot-app/build.gradle.kts index fa4b9fe..e8c0947 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.4") + testImplementation("io.mockk:mockk:1.13.5") testImplementation("com.github.stefanbirkner:system-lambda:1.2.1") } diff --git a/scalabot-meta/build.gradle.kts b/scalabot-meta/build.gradle.kts index ec0cae9..b9c900e 100644 --- a/scalabot-meta/build.gradle.kts +++ b/scalabot-meta/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { api("com.google.code.gson:gson:2.10.1") testImplementation(kotlin("test")) - testImplementation("io.mockk:mockk:1.13.4") + testImplementation("io.mockk:mockk:1.13.5") testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")