Skip to content

Commit 6250bae

Browse files
Modernize to Jenkins 2.440.3
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.jenkins.ModernizePlugin?organizationId=SmVua2lucyBDSQ%3D%3D Co-authored-by: Moderne <[email protected]>
1 parent b3ac2a6 commit 6250bae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.85</version>
7+
<version>4.86</version>
88
<relativePath />
99
</parent>
1010

@@ -16,8 +16,8 @@
1616
<dependencies>
1717
<dependency>
1818
<groupId>io.jenkins.tools.bom</groupId>
19-
<artifactId>bom-2.401.x</artifactId>
20-
<version>2745.vc7b_fe4c876fa_</version>
19+
<artifactId>bom-2.440.x</artifactId>
20+
<version>3234.v5ca_5154341ef</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -32,7 +32,7 @@
3232
<revision>2.4.4</revision>
3333
<changelist>-SNAPSHOT</changelist>
3434
<gitHubRepo>jenkinsci/build-name-setter-plugin</gitHubRepo>
35-
<jenkins.version>2.401.3</jenkins.version>
35+
<jenkins.version>2.440.3</jenkins.version>
3636
<!--Enabling static analysis using spotbugs checks-->
3737
<spotbugs.effort>Max</spotbugs.effort>
3838
<spotbugs.threshold>Low</spotbugs.threshold> <!--Decreased threshold for more deeper checks-->

0 commit comments

Comments
 (0)