From d5eac0fb16b97327549885e96f9f6f733d5da307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 06:35:03 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.14.4 to 1.14.11 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.4 to 1.14.11. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.4...v1.14.11) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- turtle/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turtle/build.gradle.kts b/turtle/build.gradle.kts index 0e70675..07f9d81 100644 --- a/turtle/build.gradle.kts +++ b/turtle/build.gradle.kts @@ -13,7 +13,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib:2.2.0") testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.2.0") - testImplementation("io.mockk:mockk:1.14.4") + testImplementation("io.mockk:mockk:1.14.11") } tasks.test {