Skip to content

Commit

Permalink
Require Jenkins 2.401.3 or newer (#1530)
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
MarkEWaite authored Dec 9, 2023
1 parent afbfea0 commit b7eeb4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<revision>5.2.2</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.387.3</jenkins.version>
<jenkins.version>2.401.3</jenkins.version>
<no-test-jar>false</no-test-jar>
<!-- Jenkins.MANAGE is still in Beta -->
<useBeta>true</useBeta>
Expand All @@ -87,8 +87,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<version>2543.vfb_1a_5fb_9496d</version>
<artifactId>bom-2.401.x</artifactId>
<version>2641.v88e707466454</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit b7eeb4e

Please sign in to comment.