From e49b0f89cbd61b7311dd459c00e20c449d1b6e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 02:39:51 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.14.0 to 1.14.2 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.0 to 1.14.2. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.0...1.14.2) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.2 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 d3a874b6..7030c192 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ jsonpath = "com.jayway.jsonpath:json-path:2.9.0" kotest-bom = "io.kotest:kotest-bom:5.9.1" kotest-runner = { module = "io.kotest:kotest-runner-junit5" } kotest-datatest = { module = "io.kotest:kotest-framework-datatest" } -mockk = "io.mockk:mockk:1.14.0" +mockk = "io.mockk:mockk:1.14.2" [bundles] #jackson = ["jackson-databind", "jackson-yaml", "jackson-kotlin" ]