From 5abc195c4df67f1a4f6456643e5152fb2b46b54c Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Tue, 27 Aug 2024 17:15:08 -0600 Subject: [PATCH] Require Jenkins 2.440.3 or newer https://stats.jenkins.io/pluginversions/promoted-builds.html shows that 85% of the installations of the most recent release (delivered 3 months ago) are already running Jenkins 2.440.3 or newer. Users that are upgrading to the most recent release of the plugin are also upgrading to the most recent Jenkins releases. Removes unnecessary declarations of mockito-core and hamcrest since those are provided by the parent pom. Removes unnecessary exclusions from other dependencies. --- pom.xml | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/pom.xml b/pom.xml index cc0b069c..458fec84 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 999999-SNAPSHOT jenkinsci/${project.artifactId}-plugin - 2.387.3 + 2.440.3 Max 4.0 @@ -68,8 +68,8 @@ io.jenkins.tools.bom - bom-2.387.x - 2543.vfb_1a_5fb_9496d + bom-2.440.x + 3289.v3ff9637cd241 import pom @@ -81,12 +81,6 @@ org.jenkins-ci.main maven-plugin true - - - commons-net - commons-net - - org.jenkins-ci.plugins @@ -105,16 +99,6 @@ org.jenkins-ci.plugins structs - - org.hamcrest - hamcrest - test - - - org.mockito - mockito-core - test - org.jenkins-ci.plugins token-macro @@ -133,12 +117,6 @@ job-dsl 1.87 true - - - org.codehaus.groovy - groovy-all - - org.jenkins-ci.plugins @@ -150,7 +128,7 @@ true - + org.jenkins-ci.plugins parameterized-trigger test