From 6156529fc4262fff36868b08cf6b63a0641df8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:46:17 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.13 to 1.13.14 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.13 to 1.13.14. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.13...1.13.14) --- 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 88f3e51d..86e2eb31 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.13") + library("mockk", "io.mockk:mockk:1.13.14") val slf4j = version("slf4j", "2.0.16") library("slf4j-api", "org.slf4j", "slf4j-api").versionRef(slf4j)