From a3012972569e67791aaadb3b511f27f85ba351cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:19:20 +0000 Subject: [PATCH] build(deps): bump io.mockk:mockk from 1.14.0 to 1.14.4 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.0 to 1.14.4. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.0...1.14.4) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.4 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..040bf328 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.4") tstypesImplementation("dev.adamko.kxstsgen:kxs-ts-gen-core:0.2.4")