From c8de5493d4706a43ebe53e129c7341d0047d9fd3 Mon Sep 17 00:00:00 2001 From: DanielFran Date: Sun, 13 Jan 2019 19:42:55 +0000 Subject: [PATCH] Upgrade to mockito-core 2.23.4. Closes gh-357. --- pom.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 248f13b9..6c9ba96c 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,9 @@ UTF-8 3.11.1 + 2.4.0 + 4.12 + 2.23.4 5.1.4.RELEASE Lovelace-SR4 5.1.3.RELEASE @@ -162,21 +165,21 @@ com.jayway.jsonpath json-path - 2.4.0 + ${json-path.version} test junit junit - 4.12 + ${junit.version} test org.mockito mockito-core - 2.21.0 + ${mockito-core.version} test