From b7eeb4ee08b80fe413ec95b34b4fc48fe28a1222 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 9 Dec 2023 04:42:15 -0700 Subject: [PATCH] Require Jenkins 2.401.3 or newer (#1530) Git client plugin will soon require 2.401.3 or newer so that it can depend on the gson-api plugin rather than bundling the gson-api jar file as a transitive dependency for the Eclipse JGit LFS library. 42% of all installations of the git plugin are already running Jenkins 2.401.3 or newer. 75% of all installations of git plugin 5.0.0 or newer are already running Jenkins 2.401.3 or newer. The git plugin 5.0.0 release was more than 11 months ago. 94% of the 107000 installations of git plugin 5.2.0 + 5.2.1 are running on Jenkins 2.401.3 or newer. The majority of git plugin users that are upgrading their plugin version are upgrading to releases of the plugin on Jenkins 2.401.3 or newer. Security advisories that apply to Jenkins 2.401.2 or 2.387.3 and do not apply to Jenkins 2.401.3 include: * https://www.jenkins.io/security/advisory/2023-07-26/ * https://www.jenkins.io/security/advisory/2023-06-14/ --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9f101c1133..9b8385c063 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 5.2.2 -SNAPSHOT jenkinsci/${project.artifactId}-plugin - 2.387.3 + 2.401.3 false true @@ -87,8 +87,8 @@ io.jenkins.tools.bom - bom-2.387.x - 2543.vfb_1a_5fb_9496d + bom-2.401.x + 2641.v88e707466454 pom import