From 549f6abc9a5d5875d6488e0b4c6177e74b13d116 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 23 Jun 2020 11:32:48 +0100 Subject: [PATCH] Upgrade to MockK 1.10.0 Closes gh-22075 --- 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 0513dd2c7df..ceb61aab8c0 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -102,7 +102,7 @@ bom { ] } } - library("MockK", "1.9.3") { + library("MockK", "1.10.0") { group("io.mockk") { modules = [ "mockk"