From 0c36f1f26f19954f76dadb2c85de8759fd46d390 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 4 Aug 2023 14:10:07 +0100 Subject: [PATCH] Upgrade to MockK 1.13.5 Closes gh-36753 --- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index b1b751432e..e7e8f71523 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -138,7 +138,7 @@ bom { ] } } - library("MockK", "1.10.6") { + library("MockK", "1.13.5") { group("io.mockk") { modules = [ "mockk"