Skip to content

Commit

Permalink
Require Jenkins 2.440.3 or newer (#325)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MarkEWaite authored Jul 26, 2024
1 parent 95b63b3 commit 5397d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.426</jenkins.baseline>
<jenkins.baseline>2.440</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
Expand Down

0 comments on commit 5397d45

Please sign in to comment.