From d28dd93829449c3b256b18537427fa3f9825fa6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:56:49 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.7 to 1.13.9 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.7 to 1.13.9. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.7...1.13.9) --- 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 8f040b7..7e116e6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -74,7 +74,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0") implementation("org.jsoup:jsoup:1.16.1") - testImplementation("io.mockk:mockk:1.13.7") + testImplementation("io.mockk:mockk:1.13.9") } testing {