From 7587aaa8940da797b04990dcd90cd34c9eae6d69 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Fri, 26 Jul 2024 12:34:23 -0600 Subject: [PATCH] Require Jenkins 2.440.3 or newer https://stats.jenkins.io/pluginversions/cloud-stats.html shows that Jenkins 2.440.3 or newer is already used by 80% of the installations of the most recent release and the most recent release is used in 75% of all installations. Jenkins 2.440.3 also includes a security fix that is good for users to deploy. BOM updates have stopped for bom-2.426.x so this will also continue updating plugin dependencies by switching to a bom version that is still receiving updates. Change also removes the duplication of the Jenkins baseline as has been done recently in the plugin archetype. Refer to: * https://github.com/jenkinsci/archetypes/pull/737 --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index cf073d5..7a48edf 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,8 @@ 999999-SNAPSHOT jenkinsci/cloud-stats-plugin - 2.426.3 + 2.440 + ${jenkins.baseline}.3 Max Low false @@ -55,8 +56,8 @@ io.jenkins.tools.bom - bom-2.426.x - 3208.vb_21177d4b_cd9 + bom-${jenkins.baseline}.x + 3221.ve8f7b_fdd149d pom import