Skip to content

Commit 3616110

Browse files
Modernize to Jenkins 2.375.4 (#190)
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.jenkins.ModernizePlugin Co-authored-by: Moderne <team@moderne.io>
1 parent 6ca828c commit 3616110

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<changelist>999999-SNAPSHOT</changelist>
1313
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
14-
<jenkins.version>2.361.4</jenkins.version>
14+
<jenkins.version>2.375.4</jenkins.version>
1515
</properties>
1616

1717
<licenses>
@@ -53,8 +53,8 @@
5353
<dependencies>
5454
<dependency>
5555
<groupId>io.jenkins.tools.bom</groupId>
56-
<artifactId>bom-2.361.x</artifactId>
57-
<version>2102.v854b_fec19c92</version>
56+
<artifactId>bom-2.375.x</artifactId>
57+
<version>2198.v39c76fc308ca</version>
5858
<scope>import</scope>
5959
<type>pom</type>
6060
</dependency>

0 commit comments

Comments
 (0)