build(deps): bump io.mockk:mockk from 1.13.2 to 1.13.4 in /scalabot-app

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-21 02:52:08 +00:00 committed by GitHub
parent 651569dc8f
commit f3fe646cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")
}