From 75cc17e83b6f9dc6ace80337c2eacaa70a9b0c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 02:01:59 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.14.6 to 1.14.7 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.6 to 1.14.7. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.6...1.14.7) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.7 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 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" }