Skip to content

Commit ef1de80

Browse files
authored
Use gitlab4j 5.8.1 (#122)
1 parent a9b8946 commit ef1de80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<packaging>hpi</packaging>
1515

1616
<properties>
17-
<revision>5.6.0</revision>
17+
<revision>5.8.1</revision>
1818
<changelist>999999-SNAPSHOT</changelist>
1919
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
20-
<jenkins.baseline>2.479</jenkins.baseline>
21-
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
20+
<jenkins.baseline>2.492</jenkins.baseline>
21+
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
2222
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
2323
<hpi.bundledArtifacts>gitlab4j-api</hpi.bundledArtifacts>
2424
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>io.jenkins.tools.bom</groupId>
6363
<artifactId>bom-${jenkins.baseline}.x</artifactId>
64-
<version>3893.v213a_42768d35</version>
64+
<version>5422.v0fce72a_b_b_8cf</version>
6565
<type>pom</type>
6666
<scope>import</scope>
6767
</dependency>

0 commit comments

Comments
 (0)