Skip to content

Commit be69348

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 c7c9f84 commit be69348

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

pom.xml

Lines changed: 4 additions & 5 deletions
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.76</version>
8+
<version>4.86</version>
99
<relativePath />
1010
</parent>
1111

@@ -17,7 +17,7 @@
1717
<description>Parses the console log generated by a build</description>
1818

1919
<properties>
20-
<jenkins.version>2.387.3</jenkins.version>
20+
<jenkins.version>2.440.3</jenkins.version>
2121
<!-- Maven Plugins -->
2222
<maven-release-plugin.version>2.5.1</maven-release-plugin.version>
2323
<maven-site-plugin.version>3.3</maven-site-plugin.version>
@@ -75,8 +75,8 @@
7575
<dependencies>
7676
<dependency>
7777
<groupId>io.jenkins.tools.bom</groupId>
78-
<artifactId>bom-2.387.x</artifactId>
79-
<version>2543.vfb_1a_5fb_9496d</version>
78+
<artifactId>bom-2.440.x</artifactId>
79+
<version>3234.v5ca_5154341ef</version>
8080
<scope>import</scope>
8181
<type>pom</type>
8282
</dependency>
@@ -139,7 +139,6 @@
139139
<dependency>
140140
<groupId>org.jenkins-ci.main</groupId>
141141
<artifactId>maven-plugin</artifactId>
142-
<version>3.23</version>
143142
<scope>test</scope>
144143
</dependency>
145144
<dependency>

0 commit comments

Comments
 (0)