From 9404d41fcffe3a327484067cb4e42a68be9809a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:30:00 +0000 Subject: [PATCH] chore(deps): bump io.mockk:mockk from 1.13.5 to 1.13.8 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.5 to 1.13.8. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.5...1.13.8) --- 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 06f9eee..d9c5e6c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { testImplementation(gradleTestKit()) testImplementation("org.junit.jupiter:junit-jupiter:5.10.0") testImplementation("io.strikt:strikt-jvm:0.34.1") - testImplementation("io.mockk:mockk:1.13.5") + testImplementation("io.mockk:mockk:1.13.8") } tasks.test {