Skip to content

Commit

Permalink
Require 2.440.3 or newer (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Jun 24, 2024
1 parent 0581f58 commit 5318501
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 @@ -60,7 +60,7 @@ THE SOFTWARE.
<useBeta>true</useBeta>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.426.3</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>
<no-test-jar>false</no-test-jar>
<spotbugs.threshold>High</spotbugs.threshold> <!-- TODO some violations remaining -->
</properties>
Expand All @@ -82,8 +82,8 @@ THE SOFTWARE.
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.426.x</artifactId>
<version>2555.v3190a_8a_c60c6</version>
<artifactId>bom-2.440.x</artifactId>
<version>3143.v347db_7c6db_6e</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 5318501

Please sign in to comment.