From b5f4cda9c6b64188b31b45ff7d281f9f25520ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:32:18 +0000 Subject: [PATCH] Gradle: Bump io.mockk:mockk from 1.14.0 to 1.14.4 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.0 to 1.14.4. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.0...1.14.4) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 060aaa35..5905d3c9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -177,7 +177,7 @@ val detektVersion = "1.23.8" // Tests val jUnitBomVersion = "5.12.2" -val mockkVersion = "1.14.0" +val mockkVersion = "1.14.4" val awaitilityKVersion = "4.3.0" val testcontainersRedis = "1.6.4"