From 5e4a1c68251ea7c2efaae31000ddd95f1189d30c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 02:42:35 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.13 to 1.13.14 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.13 to 1.13.14. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.13...1.13.14) --- updated-dependencies: - dependency-name: io.mockk:mockk 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 bcac0851..df3530d8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ snakeyaml = "org.yaml:snakeyaml:2.3" 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.13.13" +mockk = "io.mockk:mockk:1.13.14" [bundles] jackson = ["jackson-databind", "jackson-yaml", "jackson-kotlin" ]