Skip to content

Commit

Permalink
feat: rebaseline Jenkins to 2.387.3
Browse files Browse the repository at this point in the history
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.jenkins.ModernizePlugin

Co-authored-by: Moderne <team@moderne.io>
  • Loading branch information
2 people authored and hypery2k committed Sep 20, 2023
1 parent 432c743 commit d6b4cc8
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.67</version>
<version>4.73</version>
<relativePath />
</parent>

Expand All @@ -20,7 +20,7 @@
<properties>
<!-- TODO: remove once FindBugs issues are fixed -->
<spotbugs.failOnError>false</spotbugs.failOnError>
<jenkins.version>2.375.4</jenkins.version>
<jenkins.version>2.387.3</jenkins.version>
<!-- Maven Plugins -->
<workflow-jenkins-plugin.version>2.5</workflow-jenkins-plugin.version>
<maven-release-plugin.version>2.5.1</maven-release-plugin.version>
Expand Down Expand Up @@ -79,8 +79,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.375.x</artifactId>
<version>2179.v0884e842b_859</version>
<artifactId>bom-2.387.x</artifactId>
<version>2446.v2e9fd3b_d8c81</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -149,11 +149,6 @@
<artifactId>mailer</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>symbol-annotation</artifactId>
<scope>compile</scope>
</dependency>

</dependencies>

Expand Down

0 comments on commit d6b4cc8

Please # to comment.