Skip to content

Commit

Permalink
Merge pull request #73 from sghill-rewrite/modernize/jenkins-2.387.3
Browse files Browse the repository at this point in the history
Modernize to Jenkins 2.387.3
  • Loading branch information
sghill authored Sep 10, 2023
2 parents 1b96952 + a6c2935 commit 85c11e2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<revision>1</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/naginator-plugin</gitHubRepo>
<jenkins.version>2.375.4</jenkins.version>
<jenkins.version>2.387.3</jenkins.version>
</properties>

<licenses>
Expand Down Expand Up @@ -78,8 +78,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>2423.vce598171d115</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -123,7 +123,11 @@
<version>2.2</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>commons-text-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

Expand Down

0 comments on commit 85c11e2

Please sign in to comment.