From 33790613706d11e706ec8b178f4fa0ead2f3c37a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 07:49:30 +0000 Subject: [PATCH] build(deps): bump io.mockk:mockk from 1.13.9 to 1.13.13 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.9 to 1.13.13. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.9...1.13.13) --- 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 ac08bc2..4085cd3 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.9") + testImplementation("io.mockk:mockk:1.13.13") testImplementation("com.github.stefanbirkner:system-lambda:1.2.1") } diff --git a/scalabot-meta/build.gradle.kts b/scalabot-meta/build.gradle.kts index 41766ca..d4c1525 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.9") + testImplementation("io.mockk:mockk:1.13.13") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")