From 4f75cb84c90d3d83e971e8cfc61e46282330ecfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 02:38:46 +0000 Subject: [PATCH] Update dependency io.mockk:mockk to v1.13.17 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f850bac..67b817a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ val junitPlatformVersion = "1.10.2" val jsonPathVersion = "2.9.0" // override transitive dep due to CVE violation val embeddedRedisVersion = "1.4.3" val commonsValidatorVersion = "1.9.0" -val mockkVersion = "1.13.16" +val mockkVersion = "1.13.17" val archunitVersion = "1.4.0" val logunitVersion = "2.0.0" val xmlunitVersion = "2.10.0"