From 4c3704e2d1332e35a6566d22a27683bbd1e9ac42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 21:26:59 +0100 Subject: [PATCH] Bump io.mockk:mockk from 1.11.0 to 1.13.16 (#12) Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.11.0 to 1.13.16. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.11.0...1.13.16) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 087a0a2..1c661be 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -51,6 +51,6 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4") testImplementation("org.jetbrains.kotlin:kotlin-test") - testImplementation("io.mockk:mockk:1.11.0") + testImplementation("io.mockk:mockk:1.13.16") }