Skip to content

Commit 92a3834

Browse files
committed
Update dependencies
1 parent a9b8946 commit 92a3834

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,13 +14,13 @@
1414
<packaging>hpi</packaging>
1515

1616
<properties>
17-
<revision>5.6.0</revision>
17+
<revision>6.1.0</revision>
1818
<changelist>999999-SNAPSHOT</changelist>
1919
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
2020
<jenkins.baseline>2.479</jenkins.baseline>
21-
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
21+
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
2222
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
23-
<hpi.bundledArtifacts>gitlab4j-api</hpi.bundledArtifacts>
23+
<hpi.bundledArtifacts>gitlab4j-api,gitlab4j-models</hpi.bundledArtifacts>
2424
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
2525
</properties>
2626

@@ -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>5054.v620b_5d2b_d5e6</version>
6565
<type>pom</type>
6666
<scope>import</scope>
6767
</dependency>

0 commit comments

Comments
 (0)