From a9ee432dec500aaf39ede1def9540b17c09eaf81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 10:33:55 +0800 Subject: [PATCH] build(deps): bump io.mockk:mockk from 1.13.5 to 1.13.7 (#81) Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.5 to 1.13.7. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- scalabot-app/build.gradle.kts | 2 +- scalabot-meta/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scalabot-app/build.gradle.kts b/scalabot-app/build.gradle.kts index a9cc2ea..59e73a8 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.5") + testImplementation("io.mockk:mockk:1.13.7") testImplementation("com.github.stefanbirkner:system-lambda:1.2.1") } diff --git a/scalabot-meta/build.gradle.kts b/scalabot-meta/build.gradle.kts index d358c58..54f1044 100644 --- a/scalabot-meta/build.gradle.kts +++ b/scalabot-meta/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { api("com.google.code.gson:gson:2.10.1") testImplementation(kotlin("test")) - testImplementation("io.mockk:mockk:1.13.5") + testImplementation("io.mockk:mockk:1.13.7") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")