Skip to content

Commit

Permalink
Require Jenkins 2.375.4 or newer (#72)
Browse files Browse the repository at this point in the history
Over 90% of installs of previous release are 2.375.1 or newer

Known security issues in 2.375.3 and older
  • Loading branch information
MarkEWaite authored Apr 8, 2023
1 parent 8b88bc6 commit f478762
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 @@ -53,7 +53,7 @@
<changelist>999999-SNAPSHOT</changelist>
<commonmark.version>0.21.0</commonmark.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.361.4</jenkins.version>
<jenkins.version>2.375.4</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
</properties>
Expand All @@ -62,8 +62,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>1968.vb_14a_29e76128</version>
<artifactId>bom-2.375.x</artifactId>
<version>1981.v17df70e84a_a_1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit f478762

Please sign in to comment.