From de22a8d3f1b33b24c4ac94521be9f20c5804accc Mon Sep 17 00:00:00 2001 From: Tim Jacomb <21194782+timja@users.noreply.github.com> Date: Wed, 22 Sep 2021 10:06:07 +0100 Subject: [PATCH] Add mockito-inline (#441) --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7f23850068..4b6059a25f 100644 --- a/pom.xml +++ b/pom.xml @@ -87,6 +87,7 @@ true + 3.12.4 1.24 1.20 2.0.9 @@ -158,7 +159,12 @@ org.mockito mockito-core - 3.12.4 + ${mockito.version} + + + org.mockito + mockito-inline + ${mockito.version} org.powermock