From 9af8ad432ac4d24b5854f98b485c4106cafdb030 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Feb 2021 13:51:43 +0000 Subject: [PATCH] Upgrade to MockK 1.10.6 Closes gh-25422 --- 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 8517d66756..773316c27f 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"