From ad8eb8227b5fdd6805a12b12165d71d66d8432cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 02:13:51 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.14.7 to 1.14.9 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.7 to 1.14.9. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.7...1.14.9) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4d0a007f..709f443e 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.1.1" kotest-runner = { module = "io.kotest:kotest-runner-junit5" } kotest-table = { module = "io.kotest:kotest-assertions-table" } -mockk = "io.mockk:mockk:1.14.7" +mockk = "io.mockk:mockk:1.14.9" # for buildSrc convention plugins plugin-build = { module = "io.openapiprocessor:build-plugins", version.ref = "build-plugins" }