Skip to content

Commit

Permalink
feat: rebaseline Jenkins to 2.387.3 (#83)
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 <[email protected]>
  • Loading branch information
sghill-rewrite and TeamModerne authored Sep 20, 2023
1 parent 56ebb1c commit 4341d19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.71</version>
<version>4.73</version>
<relativePath />
</parent>

<properties>
<java.level>11</java.level>
<jenkins.version>2.375.4</jenkins.version>
<jenkins.version>2.387.3</jenkins.version>
<findbugs.failOnError>false</findbugs.failOnError>
<maven.javadoc.skip>true</maven.javadoc.skip>
<violation-comments-lib>1.101.4</violation-comments-lib>
Expand Down Expand Up @@ -56,8 +56,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.375.x</artifactId>
<version>2198.v39c76fc308ca</version>
<artifactId>bom-2.387.x</artifactId>
<version>2446.v2e9fd3b_d8c81</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 4341d19

Please sign in to comment.