From f86172b681eea086ed01c1204a11a1d5f6a00ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 02:32:20 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.14 to 1.13.16 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.14 to 1.13.16. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.14...1.13.16) --- 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 6f6df880..69ae0185 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.14" +mockk = "io.mockk:mockk:1.13.16" [bundles] jackson = ["jackson-databind", "jackson-yaml", "jackson-kotlin" ]