From f7a3b0ec7a83068d1b93aec827d10c5e0f4269c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 04:24:26 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.16 to 1.13.17 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.16 to 1.13.17. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/commits) --- 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 9f813fe..b2209a6 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.13.17") }