diff --git a/pom.xml b/pom.xml index b6d1317..ea5a6e4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.jenkins-ci.plugins plugin - 3.40 + 3.41 org.jvnet.hudson.plugins @@ -13,12 +13,11 @@ Displays a picture of Chuck Norris (instead of Jenkins the butler) and a random Chuck Norris 'The Programmer' fact on each build page. - 2.60.3 8 - 1.14 + 2.138.4 - http://wiki.jenkins-ci.org/display/JENKINS/ChuckNorris+Plugin + https://wiki.jenkins-ci.org/display/JENKINS/ChuckNorris+Plugin hpi @@ -37,35 +36,53 @@ - - org.jenkins-ci.plugins.workflow - workflow-step-api - ${workflow.version} - + + org.jenkins-ci.plugins.workflow + workflow-step-api + 2.19 + org.mockito mockito-core test - - org.hamcrest - hamcrest-core - + + org.hamcrest + hamcrest-core + - - org.jenkins-ci.plugins.workflow - workflow-aggregator - ${workflow.version} - test - - - org.jenkins-ci.plugins.workflow - workflow-support - ${workflow.version} - tests - test - + + org.jenkins-ci.plugins.workflow + workflow-support + 3.2 + tests + test + + + org.jenkins-ci.plugins.workflow + workflow-job + 2.32 + test + + + org.jenkins-ci.plugins.workflow + workflow-cps + 2.65 + test + + + + org.jenkins-ci.plugins.workflow + workflow-api + 2.33 + test + + + org.jenkins-ci.plugins + script-security + 1.56 +