Skip to content

Commit 6c0b5bd

Browse files
committed
Update dependencies
1 parent a9b8946 commit 6c0b5bd

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

pom.xml

Lines changed: 11 additions & 5 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>
@@ -75,7 +75,8 @@
7575
</dependency>
7676
<dependency>
7777
<groupId>io.jenkins.plugins</groupId>
78-
<artifactId>jersey2-api</artifactId>
78+
<artifactId>jersey3-api</artifactId>
79+
<version>3.1.11-2.v4a_b_db_cf4557b_</version>
7980
</dependency>
8081
<dependency>
8182
<groupId>org.gitlab4j</groupId>
@@ -128,6 +129,7 @@
128129
<dependency>
129130
<groupId>org.jenkins-ci.plugins</groupId>
130131
<artifactId>jackson2-api</artifactId>
132+
<version>2.20.0-417.va_5311a_823a_b_8</version>
131133
</dependency>
132134
</dependencies>
133135

@@ -136,6 +138,10 @@
136138
<id>repo.jenkins-ci.org</id>
137139
<url>https://repo.jenkins-ci.org/public/</url>
138140
</repository>
141+
<repository>
142+
<id>incrementals</id>
143+
<url>https://repo.jenkins-ci.org/incrementals/</url>
144+
</repository>
139145
</repositories>
140146
<pluginRepositories>
141147
<pluginRepository>

0 commit comments

Comments
 (0)