From be8fd92657b7164bc58c5639273e88720401c3b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:06:43 +0000 Subject: [PATCH] build(deps): bump io.mockk:mockk from 1.14.0 to 1.14.6 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.0 to 1.14.6. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.0...1.14.6) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.6 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 e1de1d4c..7977161e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { testImplementation("io.javalin:javalin-testtools:$javalinVersion") testImplementation("org.junit.jupiter:junit-jupiter:5.11.3") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion") - testImplementation("io.mockk:mockk:1.14.0") + testImplementation("io.mockk:mockk:1.14.6") tstypesImplementation("dev.adamko.kxstsgen:kxs-ts-gen-core:0.2.4")