From 05262e3f328c59abc43244ae7cb9fd51d5c77e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 21:23:53 +0000 Subject: [PATCH] build(deps): bump io.mockk:mockk from 1.13.11 to 1.13.12 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.11 to 1.13.12. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.11...1.13.12) --- updated-dependencies: - dependency-name: io.mockk:mockk 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 a7af4d5a..d1d3f173 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { testImplementation("io.javalin:javalin-testtools:$javalinVersion") testImplementation("org.junit.jupiter:junit-jupiter:5.10.3") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion") - testImplementation("io.mockk:mockk:1.13.11") + testImplementation("io.mockk:mockk:1.13.12") tstypesImplementation("dev.adamko.kxstsgen:kxs-ts-gen-core:0.2.4")