From ff60f79ad5216d6961bfabab223578c077c0c1de Mon Sep 17 00:00:00 2001 From: Thomas Hammerl Date: Tue, 20 Sep 2022 11:54:49 +0200 Subject: [PATCH] Change dependency from mockk to mockk-jvm - See https://github.com/mockk/mockk/issues/921. --- qloud-spring-boot-starter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qloud-spring-boot-starter/pom.xml b/qloud-spring-boot-starter/pom.xml index db9487d..c9a0316 100644 --- a/qloud-spring-boot-starter/pom.xml +++ b/qloud-spring-boot-starter/pom.xml @@ -79,7 +79,7 @@ io.mockk - mockk + mockk-jvm test ${mockk.version}