From cd3843b84347842895e32fadcd90248f1347c8aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 06:01:39 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.14.4 to 1.14.6 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.4 to 1.14.6. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.4...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] --- 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..cd322ef 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.6") } tasks.test {