From 4dac56dcb420a5e5d0ac2ff6b5f353e330f51210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 04:58:46 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.16 to 1.14.0 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.16 to 1.14.0. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.16...1.14.0) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 9f813fe..208c913 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -51,6 +51,6 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.0") testImplementation("org.jetbrains.kotlin:kotlin-test") - testImplementation("io.mockk:mockk:1.13.16") + testImplementation("io.mockk:mockk:1.14.0") }