Skip to content

Commit 1f5c66d

Browse files
Updated the Jenkins version property and the BOM (#438)
The new version is needed to solve a breaking change in the gitlab4j dependency.
1 parent 4321a35 commit 1f5c66d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<properties>
3333
<changelist>999999-SNAPSHOT</changelist>
34-
<jenkins.version>2.414.3</jenkins.version>
34+
<jenkins.version>2.440.3</jenkins.version>
3535
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3636
<spotless.check.skip>false</spotless.check.skip>
3737
<hpi.compatibleSinceVersion>685</hpi.compatibleSinceVersion>
@@ -43,8 +43,8 @@
4343
<dependencies>
4444
<dependency>
4545
<groupId>io.jenkins.tools.bom</groupId>
46-
<artifactId>bom-2.414.x</artifactId>
47-
<version>2791.v707dc5a_1626d</version>
46+
<artifactId>bom-2.440.x</artifactId>
47+
<version>3258.vcdcf15936a_fd</version>
4848
<type>pom</type>
4949
<scope>import</scope>
5050
</dependency>

0 commit comments

Comments
 (0)