Skip to content

Commit

Permalink
Modernize to latest versions supported by Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
2 people authored and nfalco79 committed Oct 14, 2023
1 parent 2c7a69d commit ed8ae04
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,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.50</version>
<version>4.51</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -46,7 +46,7 @@
<revision>3.1.4</revision>
<changelist>-SNAPSHOT</changelist>
<hpi.compatibleSinceVersion>3.0.0</hpi.compatibleSinceVersion>
<jenkins.version>2.319.3</jenkins.version>
<jenkins.version>2.346.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

<!-- dependencies versions -->
Expand All @@ -73,8 +73,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.319.x</artifactId>
<version>1654.vcb_69d035fa_20</version>
<artifactId>bom-2.346.x</artifactId>
<version>1763.v092b_8980a_f5e</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit ed8ae04

Please sign in to comment.