From a489b085c3ad82ba6fa8627b8d31269c28303ea2 Mon Sep 17 00:00:00 2001 From: Baptiste Mathus Date: Sun, 31 Mar 2019 20:47:19 +0200 Subject: [PATCH] Stop using workflow-aggregator and bump all pipeline plugins to latest also bumping jenkins.version to 2.138.4 in the go. --- pom.xml | 69 +++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 43 insertions(+), 26 deletions(-) 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 +