From ab57a73428b25c7374f9aa6ad289132c2568e6d5 Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Fri, 23 Aug 2019 16:25:41 -0700 Subject: [PATCH] Update test dependencies Plugin-pom 3.44 -> (mockito 2.28.2) Hamcrest 2.1 WireMock 2.24.1 --- pom.xml | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 69318dfcc3..26078c7461 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 3.43 + 3.44 github-branch-source @@ -26,6 +26,7 @@ 8 2.138.4 2.6.3 + 2.1 true @@ -154,26 +155,32 @@ com.github.tomakehurst wiremock-standalone - 2.4.1 + 2.24.1 test org.hamcrest - hamcrest-all - 1.3 + hamcrest + ${hamcrest-version} + test + + + + org.hamcrest + hamcrest-core + ${hamcrest-version} + test + + + org.hamcrest + hamcrest-library + ${hamcrest-version} test org.mockito mockito-core - 1.9.5 - test - - - org.hamcrest - hamcrest-core - - + test