Skip to content

Commit f6dd6ad

Browse files
author
Stephan Krusche
committed
update dependencies
1 parent 8dbbf00 commit f6dd6ad

3 files changed

Lines changed: 45 additions & 58 deletions

File tree

jenkins-client-it-docker/pom.xml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.offbytwo.jenkins</groupId>
1313
<artifactId>jenkins-client-parent</artifactId>
14-
<version>0.4.0</version>
14+
<version>0.4.1</version>
1515
</parent>
1616

1717
<artifactId>jenkins-client-it-docker</artifactId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.assertj</groupId>
4343
<artifactId>assertj-core</artifactId>
44-
<version>3.23.1</version>
44+
<version>3.26.0</version>
4545
<scope>test</scope>
4646
</dependency>
4747
<dependency>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.slf4j</groupId>
5656
<artifactId>slf4j-api</artifactId>
57-
<version>2.0.5</version>
57+
<version>2.0.12</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>
@@ -100,7 +100,14 @@
100100
</plugin>
101101
</plugins>
102102
</build>
103-
<profiles>
103+
<repositories>
104+
<repository>
105+
<id>maven_central</id>
106+
<name>Maven Central</name>
107+
<url>https://repo.maven.apache.org/maven2/</url>
108+
</repository>
109+
</repositories>
110+
<profiles>
104111
<profile>
105112
<id>run-docker-its</id>
106113
<build>

jenkins-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.offbytwo.jenkins</groupId>
1313
<artifactId>jenkins-client-parent</artifactId>
14-
<version>0.4.0</version>
14+
<version>0.4.1</version>
1515
</parent>
1616

1717
<artifactId>jenkins-client</artifactId>

pom.xml

Lines changed: 33 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>com.offbytwo.jenkins</groupId>
2222
<artifactId>jenkins-client-parent</artifactId>
23-
<version>0.4.0</version>
23+
<version>0.4.1</version>
2424
<packaging>pom</packaging>
2525

2626
<scm>
@@ -41,13 +41,13 @@
4141
</ciManagement>
4242

4343
<properties>
44-
<java.level>17</java.level>
45-
<java.source.version>17</java.source.version>
46-
<java.target.version>17</java.target.version>
44+
<java.level>21</java.level>
45+
<java.source.version>21</java.source.version>
46+
<java.target.version>21</java.target.version>
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
49-
<maven.compiler.source>17</maven.compiler.source>
50-
<maven.compiler.target>17</maven.compiler.target>
49+
<maven.compiler.source>21</maven.compiler.source>
50+
<maven.compiler.target>21</maven.compiler.target>
5151
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
5252
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
5353

@@ -57,14 +57,13 @@
5757
<jenkins-version>1.644</jenkins-version>
5858
<junit.version>4.12</junit.version>
5959
<mockito-core.version>3.0.0</mockito-core.version>
60-
<commons-io.version>2.4</commons-io.version>
60+
<commons-io.version>2.16.1</commons-io.version>
6161
<xstream.version>1.4.7-jenkins-1</xstream.version>
62-
<commons-lang.version>3.9</commons-lang.version>
63-
<json-lib.version>2.4</json-lib.version>
64-
<httpclient.version>4.5.8</httpclient.version>
65-
<httpcore.version>4.4.11</httpcore.version>
66-
<httpmime.version>4.5.8</httpmime.version>
67-
<jackson-databind.version>2.10.3</jackson-databind.version>
62+
<commons-lang.version>3.14.0</commons-lang.version>
63+
<httpclient.version>4.5.14</httpclient.version>
64+
<httpcore.version>4.4.16</httpcore.version>
65+
<httpmime.version>4.5.14</httpmime.version>
66+
<jackson-databind.version>2.17.1</jackson-databind.version>
6867
</properties>
6968

7069
<licenses>
@@ -74,18 +73,6 @@
7473
</license>
7574
</licenses>
7675

77-
<developers>
78-
<developer>
79-
<name>Cosmin Stejerean</name>
80-
<email>cosmin@offbytwo.com</email>
81-
<url>http://offbytwo.com</url>
82-
</developer>
83-
<developer>
84-
<name>Karl Heinz Marbaise</name>
85-
<email>khmarbaise@apache.org</email>
86-
</developer>
87-
</developers>
88-
8976
<dependencyManagement>
9077
<dependencies>
9178
<!-- Marshalling -->
@@ -126,13 +113,6 @@
126113
<scope>test</scope>
127114
</dependency>
128115

129-
<!-- <dependency>-->
130-
<!-- <groupId>net.sf.json-lib</groupId>-->
131-
<!-- <artifactId>json-lib</artifactId>-->
132-
<!-- <version>${json-lib.version}</version>-->
133-
<!-- <classifier>jdk15</classifier>-->
134-
<!-- </dependency>-->
135-
136116
<!-- Musties -->
137117
<dependency>
138118
<groupId>org.apache.commons</groupId>
@@ -167,7 +147,7 @@
167147
<dependency>
168148
<groupId>jaxen</groupId>
169149
<artifactId>jaxen</artifactId>
170-
<version>1.1.6</version>
150+
<version>1.2.0</version>
171151
</dependency>
172152

173153
<!-- Testing -->
@@ -209,19 +189,19 @@
209189
<dependency>
210190
<groupId>org.slf4j</groupId>
211191
<artifactId>slf4j-api</artifactId>
212-
<version>1.7.25</version>
192+
<version>1.7.36</version>
213193
</dependency>
214194
<dependency>
215195
<groupId>org.apache.logging.log4j</groupId>
216196
<artifactId>log4j-bom</artifactId>
217-
<version>2.12.1</version>
197+
<version>2.23.1</version>
218198
<scope>import</scope>
219199
<type>pom</type>
220200
</dependency>
221201
<dependency>
222202
<groupId>xerces</groupId>
223203
<artifactId>xmlParserAPIs</artifactId>
224-
<version>2.6.1</version>
204+
<version>2.6.2</version>
225205
</dependency>
226206
</dependencies>
227207
</dependencyManagement>
@@ -232,22 +212,22 @@
232212
<plugin>
233213
<groupId>org.apache.maven.plugins</groupId>
234214
<artifactId>maven-help-plugin</artifactId>
235-
<version>3.2.0</version>
215+
<version>3.9.7</version>
236216
</plugin>
237217
<plugin>
238218
<groupId>org.apache.maven.plugins</groupId>
239219
<artifactId>maven-clean-plugin</artifactId>
240-
<version>3.1.0</version>
220+
<version>3.3.2</version>
241221
</plugin>
242222
<plugin>
243223
<groupId>org.apache.maven.plugins</groupId>
244224
<artifactId>maven-resources-plugin</artifactId>
245-
<version>3.1.0</version>
225+
<version>3.3.1</version>
246226
</plugin>
247227
<plugin>
248228
<groupId>org.apache.maven.plugins</groupId>
249229
<artifactId>maven-source-plugin</artifactId>
250-
<version>3.1.0</version>
230+
<version>3.3.1</version>
251231
<executions>
252232
<!--
253233
! here we override the super-pom attach-sources execution id which
@@ -264,27 +244,27 @@
264244
<plugin>
265245
<groupId>org.apache.maven.plugins</groupId>
266246
<artifactId>maven-surefire-plugin</artifactId>
267-
<version>2.22.2</version>
247+
<version>3.3.0</version>
268248
</plugin>
269249
<plugin>
270250
<groupId>org.apache.maven.plugins</groupId>
271251
<artifactId>maven-failsafe-plugin</artifactId>
272-
<version>2.22.2</version>
252+
<version>3.3.0</version>
273253
</plugin>
274254
<plugin>
275255
<groupId>org.apache.maven.plugins</groupId>
276256
<artifactId>maven-surefire-report-plugin</artifactId>
277-
<version>2.22.2</version>
257+
<version>3.3.0</version>
278258
</plugin>
279259
<plugin>
280260
<groupId>org.apache.maven.plugins</groupId>
281261
<artifactId>maven-shade-plugin</artifactId>
282-
<version>3.2.1</version>
262+
<version>3.6.0</version>
283263
</plugin>
284264
<plugin>
285265
<groupId>org.apache.maven.plugins</groupId>
286266
<artifactId>maven-jar-plugin</artifactId>
287-
<version>3.1.2</version>
267+
<version>3.4.1</version>
288268
<configuration>
289269
<archive>
290270
<manifest>
@@ -297,30 +277,30 @@
297277
<plugin>
298278
<groupId>org.apache.maven.plugins</groupId>
299279
<artifactId>maven-compiler-plugin</artifactId>
300-
<version>3.8.1</version>
280+
<version>3.13.0</version>
301281
</plugin>
302282
<!--
303283
! We define a newer version than in parent.
304284
-->
305285
<plugin>
306286
<groupId>org.apache.maven.plugins</groupId>
307287
<artifactId>maven-gpg-plugin</artifactId>
308-
<version>1.6</version>
288+
<version>3.2.4</version>
309289
</plugin>
310290
<plugin>
311291
<groupId>org.apache.maven.plugins</groupId>
312292
<artifactId>maven-deploy-plugin</artifactId>
313-
<version>3.0.0-M1</version>
293+
<version>3.1.2</version>
314294
</plugin>
315295
<plugin>
316296
<groupId>org.apache.maven.plugins</groupId>
317297
<artifactId>maven-install-plugin</artifactId>
318-
<version>3.0.0-M1</version>
298+
<version>3.1.2</version>
319299
</plugin>
320300
<plugin>
321301
<groupId>org.apache.maven.plugins</groupId>
322302
<artifactId>maven-release-plugin</artifactId>
323-
<version>2.5.3</version>
303+
<version>3.0.1</version>
324304
<configuration>
325305
<!--
326306
! overwrite arguments of parent pom to
@@ -348,12 +328,12 @@
348328
<plugin>
349329
<groupId>org.apache.maven.plugins</groupId>
350330
<artifactId>maven-javadoc-plugin</artifactId>
351-
<version>3.1.1</version>
331+
<version>3.7.0</version>
352332
</plugin>
353333
<plugin>
354334
<groupId>org.apache.maven.plugins</groupId>
355335
<artifactId>maven-site-plugin</artifactId>
356-
<version>3.8.2</version>
336+
<version>4.0.0-M15</version>
357337
</plugin>
358338
<plugin>
359339
<groupId>org.apache.maven.plugins</groupId>
@@ -370,7 +350,7 @@
370350
<dependency>
371351
<groupId>org.apache.maven.doxia</groupId>
372352
<artifactId>doxia-module-markdown</artifactId>
373-
<version>1.9</version>
353+
<version>1.12.0</version>
374354
</dependency>
375355
</dependencies>
376356
</plugin>

0 commit comments

Comments
 (0)