Skip to content

Commit

Permalink
Updated the Jenkins version property and the BOM (#438)
Browse files Browse the repository at this point in the history
The new version is needed to solve a breaking change in the gitlab4j dependency.
  • Loading branch information
nathan-objective authored Aug 27, 2024
1 parent 4321a35 commit 1f5c66d
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 @@ -31,7 +31,7 @@

<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.414.3</jenkins.version>
<jenkins.version>2.440.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<spotless.check.skip>false</spotless.check.skip>
<hpi.compatibleSinceVersion>685</hpi.compatibleSinceVersion>
Expand All @@ -43,8 +43,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.414.x</artifactId>
<version>2791.v707dc5a_1626d</version>
<artifactId>bom-2.440.x</artifactId>
<version>3258.vcdcf15936a_fd</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 1f5c66d

Please sign in to comment.