From 9d71953ea8b20f2d5a3939210ace4fb775ed7ca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 07:46:23 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.11 to 1.13.13 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.11 to 1.13.13. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.11...1.13.13) --- 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 b2eef1a..b5797b9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { testImplementation("io.ktor:ktor-server-status-pages:2.3.11") testImplementation("io.ktor:ktor-server-test-host:${ktorVersion}") - testImplementation("io.mockk:mockk:1.13.11") + testImplementation("io.mockk:mockk:1.13.13") testImplementation("org.jetbrains.kotlin:kotlin-test") }