From b0fb081ba5e3e4473426a715f159613f2df33f19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:24:59 +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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2de23f7..0ab346c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -90,7 +90,7 @@ dependencies { testImplementation("io.ktor:ktor-server-test-host:$ktor_version") testImplementation("io.ktor:ktor-server-test-host-jvm:$ktor_version") testImplementation("io.ktor:ktor-client-mock-jvm:$ktor_version") - testImplementation("io.mockk:mockk:1.13.14") + testImplementation("io.mockk:mockk:1.13.16") testImplementation("org.junit.jupiter:junit-jupiter:$junit_version") }