From bca18e4f2c2b69e33c4eba85c50dcff93ad26c2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 00:06:00 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.12.5 to 1.13.9 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.12.5 to 1.13.9. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.5...1.13.9) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5d9d653..7d1bd40 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation "com.zaxxer:HikariCP:5.0.1" testImplementation "io.ktor:ktor-server-tests:$ktor_version" - testImplementation "io.mockk:mockk:1.12.5" + testImplementation "io.mockk:mockk:1.13.9" testImplementation "org.json:json:20220320" }