diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fe8ab521..e396c674 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ jsonpath = "com.jayway.jsonpath:json-path:2.10.0" kotest-bom = "io.kotest:kotest-bom:6.0.7" kotest-runner = { module = "io.kotest:kotest-runner-junit5" } kotest-table = { module = "io.kotest:kotest-assertions-table" } -mockk = "io.mockk:mockk:1.14.6" +mockk = "io.mockk:mockk:1.14.7" # for buildSrc convention plugins plugin-build = { module = "io.openapiprocessor:build-plugins", version.ref = "build-plugins" }