From 7398d85f07117e74c3207f7dad42a390d7f8be1f Mon Sep 17 00:00:00 2001 From: John Freeman Date: Sat, 15 Oct 2022 09:30:59 +0100 Subject: [PATCH] Upgraded mockk from 1.9.3 to 1.13.2 (#523) Keeping up with the latest changes. --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c47b13a6..7d78c6db 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,6 @@ 1.20 8 3.5.4 - 1.9.3 2.1.1 @@ -410,7 +409,7 @@ io.mockk - mockk + mockk-jvm test @@ -418,6 +417,11 @@ log4j log4j + + + org.junit.jupiter + junit-jupiter +