Skip to content

Commit

Permalink
Require Jenkins 2.440.3 or newer (#1671)
Browse files Browse the repository at this point in the history
* Require Jenkins 2.440.3 or newer

The plugin bill of materials for 2.426.x has received its last update.
Switch to Jenkins 2.440.3 as the minimum Jenkins version.

Security fixes in Jenkins 2.440.3 are good for users and most users that
are actively upgrading Jenkins core and plugins are already running a
newer version.

* Use jenkins.baseline to sync bom and min Jenkins version

Use most recent bom-2.440.x release.
  • Loading branch information
MarkEWaite authored Jul 26, 2024
1 parent 38838fc commit 50c9353
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
<properties>
<revision>1.8.2</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.426.3</jenkins.version>
<jenkins.baseline>2.440</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
Expand All @@ -66,8 +67,8 @@
<dependency>
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.414.x</artifactId>
<version>2982.vdce2153031a_0</version>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3221.ve8f7b_fdd149d</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 50c9353

Please sign in to comment.