From 9553867183368c5687b4e497b0659ff6ab13bbfb Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 9 Dec 2023 03:52:59 -0700 Subject: [PATCH] Require Jenkins 2.401.3 or newer 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