Skip to content

Commit

Permalink
Require Jenkins 2.426.3 or newer
Browse files Browse the repository at this point in the history
https://stats.jenkins.io/pluginversions/ivy.html shows that 67% of the
installations of the 2.5 release are already using Jenkins 2.426.3.

https://www.jenkins.io/security/advisory/2024-01-24/#SECURITY-3314 is
a critical vulnerability that is resolved in 2.426.3.  The advisory
recommends that all users upgrade to 2.426.3 or newer.
  • Loading branch information
MarkEWaite committed May 10, 2024
1 parent 05cf547 commit 4068e79
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 @@ -46,7 +46,7 @@
<properties>
<revision>2.6</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.375.4</jenkins.version>
<jenkins.version>2.426.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<!-- TODO fix violations -->
<spotbugs.threshold>High</spotbugs.threshold>
Expand All @@ -57,8 +57,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.375.x</artifactId>
<version>2198.v39c76fc308ca</version>
<artifactId>bom-2.426.x</artifactId>
<version>3023.v02a_987a_b_3ff9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 4068e79

Please sign in to comment.