Skip to content

Commit cc7b0f1

Browse files
authored
Bump gitlab api plugin to 1.0.6 (#78)
* Bump gitlab api plugin to 1.0.6 * Move to apache-httpcomponents-client-4-api
1 parent 1517802 commit cc7b0f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
</license>
3737
</licenses>
3838
<dependencies>
39+
<dependency>
40+
<groupId>org.jenkins-ci.plugins</groupId>
41+
<artifactId>apache-httpcomponents-client-4-api</artifactId>
42+
<version>4.5.10-2.0</version>
43+
</dependency>
3944
<dependency>
4045
<groupId>org.jenkins-ci.plugins</groupId>
4146
<artifactId>scm-api</artifactId>
@@ -44,7 +49,7 @@
4449
<dependency>
4550
<groupId>io.jenkins.plugins</groupId>
4651
<artifactId>gitlab-api</artifactId>
47-
<version>1.0.5</version>
52+
<version>1.0.6</version>
4853
</dependency>
4954
<dependency>
5055
<groupId>org.jenkins-ci.plugins</groupId>
@@ -208,11 +213,6 @@
208213
<artifactId>cloudbees-folder</artifactId>
209214
<version>6.9</version>
210215
</dependency>
211-
<dependency>
212-
<groupId>org.apache.httpcomponents</groupId>
213-
<artifactId>httpclient</artifactId>
214-
<version>4.5.3</version>
215-
</dependency>
216216
<dependency>
217217
<groupId>org.jenkins-ci.plugins</groupId>
218218
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)