From c6faf2538ca413f148856e34b2f73f8911d865d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 12:31:06 +0200 Subject: [PATCH] Bump io.mockk:mockk-jvm from 1.13.4 to 1.13.5 (#361) Bumps [io.mockk:mockk-jvm](https://github.com/mockk/mockk) from 1.13.4 to 1.13.5. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/commits) --- updated-dependencies: - dependency-name: io.mockk:mockk-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ff7326ed..b94da4a7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile val logbackVersion = "1.2.3" val logstashVersion = "5.3" val junitJupiterVersion = "5.4.2" -val mockkVersion = "1.13.4" +val mockkVersion = "1.13.5" val wireMockVersion = "2.19.0" val filformatVersion = "1.2019.06.26-14.50-746e7610cb12" val micrometerRegistryVersion = "1.1.2"