From 57359798ef3d8def3f4164e07f6c4d001caa122d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 07:39:11 +0000 Subject: [PATCH] build(deps): bump io.mockk:mockk from 1.13.7 to 1.13.8 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.7 to 1.13.8. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.7...1.13.8) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 5b71b76..05a0754 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.7") + testImplementation("io.mockk:mockk:1.13.8") testImplementation("com.github.stefanbirkner:system-lambda:1.2.1") } diff --git a/scalabot-meta/build.gradle.kts b/scalabot-meta/build.gradle.kts index 6c4e16e..4d48547 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.7") + testImplementation("io.mockk:mockk:1.13.8") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")