From 8fb60092adce39ed540a3224bcd6a8e32608038e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 00:23:51 +0000 Subject: [PATCH] build(deps): bump io.mockk:mockk from 1.13.5 to 1.13.9 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.5 to 1.13.9. - [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] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d0e9d09e..369760c0 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -171,7 +171,7 @@ dependencies { testImplementation("net.wuerl.kotlin:assertj-core-kotlin:0.2.1") testImplementation("junit:junit:4.13.2") - testImplementation("io.mockk:mockk:1.13.5") + testImplementation("io.mockk:mockk:1.13.9") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion") testImplementation("org.slf4j:slf4j-simple:2.0.9")