Skip to content

Commit

Permalink
Modernize to Jenkins 2.440.3 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
sghill-rewrite and TeamModerne authored Aug 6, 2024
1 parent 6c81f4d commit f4c6a41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<artifactId>bom-2.440.x</artifactId>
<!-- Latest version based on
https://repo.jenkins-ci.org/artifactory/public/io/jenkins/tools/bom/
https://www.jenkins.io/doc/developer/plugin-development/dependency-management/#jenkins-plugin-bom
-->
<version>2543.vfb_1a_5fb_9496d</version>
<version>3234.v5ca_5154341ef</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -39,7 +39,7 @@
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/cucumber-reports-plugin</gitHubRepo>

<jenkins.version>2.387.3</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>

<slf4jVersion>1.7.30</slf4jVersion>
</properties>
Expand Down

0 comments on commit f4c6a41

Please sign in to comment.