From d822604ed2a26129c39b4d2a14efbb656d0c173f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Feb 2021 13:53:27 +0000 Subject: [PATCH] Upgrade to MockK 1.10.6 Closes gh-25428 --- 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 17ef2f34b5c..f9aa87cc0c6 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -105,7 +105,7 @@ bom { ] } } - library("MockK", "1.10.0") { + library("MockK", "1.10.6") { group("io.mockk") { modules = [ "mockk"