Skip to content

Commit c6d8ed4

Browse files
sghill-rewriteTeamModerne
authored andcommitted
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 881bc36 commit c6d8ed4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>4.74</version>
8+
<version>4.86</version>
99
<relativePath />
1010
</parent>
1111

@@ -49,7 +49,7 @@
4949
<changelist>-SNAPSHOT</changelist>
5050
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
5151
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/#changing-the-minimum-required-version -->
52-
<jenkins.version>2.387.3</jenkins.version>
52+
<jenkins.version>2.440.3</jenkins.version>
5353

5454
<checkstyle.version>10.3.3</checkstyle.version>
5555
<assertj.version>3.25.3</assertj.version>
@@ -59,8 +59,8 @@
5959
<dependencies>
6060
<dependency>
6161
<groupId>io.jenkins.tools.bom</groupId>
62-
<artifactId>bom-2.387.x</artifactId>
63-
<version>2543.vfb_1a_5fb_9496d</version>
62+
<artifactId>bom-2.440.x</artifactId>
63+
<version>3234.v5ca_5154341ef</version>
6464
<scope>import</scope>
6565
<type>pom</type>
6666
</dependency>

0 commit comments

Comments
 (0)