From 6efd93e89c9c0d9266e021174f2bb0668d62d550 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 17:50:04 +0000 Subject: [PATCH] Update dependency io.mockk:mockk to v1.14.6 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1278512..896d038 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ val springBootVersion = "3.5.6" val junitPlatformVersion = "1.10.2" val embeddedRedisVersion = "1.4.3" val commonsValidatorVersion = "1.10.0" -val mockkVersion = "1.14.5" +val mockkVersion = "1.14.6" val archunitVersion = "1.4.1" val logunitVersion = "2.0.0" val xmlunitVersion = "2.10.4"