From 13f4ed02b1dd57287c1584eb5bbac81573508b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 08:39:43 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.13 to 1.13.14 in /prime-router 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] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index d489a8564d7..cedc7601d12 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -988,7 +988,7 @@ dependencies { runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5") testImplementation(kotlin("test-junit5")) - testImplementation("io.mockk:mockk:1.13.13") + testImplementation("io.mockk:mockk:1.13.14") testImplementation("io.ktor:ktor-client-mock:$ktorVersion") implementation(project(":shared"))