From a651d8e86d521a114eec940c617e2b586b80ceb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:34:46 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.12 to 1.13.13 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.12 to 1.13.13. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.12...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] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 1cee261c..4896b43f 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -16,7 +16,7 @@ dependencyResolutionManagement { library("junit-api", "org.junit.jupiter", "junit-jupiter-api").versionRef(junit5) library("junit-engine", "org.junit.jupiter", "junit-jupiter-engine").versionRef(junit5) library("atrium", "ch.tutteli.atrium:atrium-fluent:1.2.0") - library("mockk", "io.mockk:mockk:1.13.12") + library("mockk", "io.mockk:mockk:1.13.13") val slf4j = version("slf4j", "2.0.16") library("slf4j-api", "org.slf4j", "slf4j-api").versionRef(slf4j)