From c013dafdd7567289129911aabf46e7286dd02b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:08:06 +0800 Subject: [PATCH] build(deps): bump io.mockk:mockk from 1.13.2 to 1.13.4 in /scalabot-app (#26) Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.2 to 1.13.4. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.2...v1.13.4) --- updated-dependencies: - dependency-name: io.mockk:mockk 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> --- scalabot-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalabot-app/build.gradle.kts b/scalabot-app/build.gradle.kts index 75ea8e2..4a7d9ab 100644 --- a/scalabot-app/build.gradle.kts +++ b/scalabot-app/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("io.prometheus:simpleclient_httpserver:0.16.0") testImplementation(kotlin("test")) - testImplementation("io.mockk:mockk:1.13.2") + testImplementation("io.mockk:mockk:1.13.4") testImplementation("com.github.stefanbirkner:system-lambda:1.2.1") }