From 483e75d802163e27b774985aebe6aaca59a5646b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 03:34:30 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.14.0 to 1.14.2 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.0 to 1.14.2. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.0...1.14.2) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.2 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 4999e7c..5f9a16a 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.14.0") + testImplementation("io.mockk:mockk:1.14.2") testImplementation("org.junit.jupiter:junit-jupiter:$junit_version") }