Skip to content

Commit

Permalink
Require Jenkins 2.426.3 or newer (#174)
Browse files Browse the repository at this point in the history
79% of the installations of the most recent release (1.18
- a year ago) are running 2.426.3 or newer as noted by
https://stats.jenkins.io/pluginversions/http_request.html

Jenkins 2.426.3 includes a fix for a critical security vulnerability.
Users should upgrade to 2.426.3 or newer in order to have that critical
fix.
  • Loading branch information
MarkEWaite authored Aug 7, 2024
1 parent 58e5841 commit d8f0bed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ THE SOFTWARE.
<revision>1.19</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/http-request-plugin</gitHubRepo>
<jenkins.version>2.361.4</jenkins.version>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.426</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<spotbugs.failOnError>true</spotbugs.failOnError>
<spotbugs.threshold>Low</spotbugs.threshold>
<hpi.compatibleSinceVersion>1.16</hpi.compatibleSinceVersion>
Expand All @@ -75,8 +77,8 @@ THE SOFTWARE.
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>2102.v854b_fec19c92</version>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3208.vb_21177d4b_cd9</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit d8f0bed

Please sign in to comment.