Skip to content

Commit

Permalink
Use Jenkins 2.452 as BOM baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Oct 11, 2024
1 parent da06252 commit 0a08070
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 @@ -49,8 +49,8 @@
<revision>1.7.3</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/authorize-project-plugin</gitHubRepo>
<jenkins.baseline>2.440</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<jenkins.baseline>2.452</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotless.check.skip>false</spotless.check.skip>
Expand All @@ -61,7 +61,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3435.v238d66a_043fb_</version>
<version>3482.vc10d4f6da_28a_</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 0a08070

Please sign in to comment.