From bb540dc5b4d99f9199c78bce66b2b2c2be9523a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:38:38 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.12 to 1.13.13 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.12 to 1.13.13. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.12...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 f5323a9..c888276 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -87,7 +87,7 @@ dependencies { implementation("io.ktor:ktor-server-core-jvm:2.3.12") implementation("io.ktor:ktor-server-swagger-jvm:2.3.12") - testImplementation("io.mockk:mockk:1.13.12") + testImplementation("io.mockk:mockk:1.13.13") testImplementation("io.ktor:ktor-server-tests:2.3.12") testImplementation("io.ktor:ktor-client-mock:$ktor_version") testImplementation("org.junit.jupiter:junit-jupiter:$junit_version")