From 7abf2f5d9fcd6fb5c8a8523a46d92abdf7f16d58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 07:57:58 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.12.4 to 1.13.5 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.12.4 to 1.13.5. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.4...1.13.5) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-minor ... 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 19ca06e..e914ea8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,7 +59,7 @@ dependencies { testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutineVersion") testImplementation("io.kotest:kotest-assertions-core:$kotestVersion") testImplementation("io.kotest:kotest-assertions-json:$kotestVersion") - testImplementation("io.mockk:mockk:1.12.4") + testImplementation("io.mockk:mockk:1.13.5") testImplementation("com.squareup.okhttp3:mockwebserver:$okHttpVersion") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")