@@ -117,11 +117,11 @@ under the License.
117
117
<wagonVersion >2.4</wagonVersion >
118
118
<aetherVersion >1.0.0.v20140518</aetherVersion >
119
119
<!-- https://cwiki.apache.org/confluence/x/VIHOCg#MavenEcosystemCleanup-ResolverandMaven -->
120
- <plexus-java .version>1.1.0 </plexus-java .version>
121
- <jetty .version>9.4.43.v20210629 </jetty .version>
120
+ <plexus-java .version>1.1.2 </plexus-java .version>
121
+ <jetty .version>9.4.50.v20221201 </jetty .version>
122
122
<!-- for ITs -->
123
123
<sitePluginVersion >3.12.1</sitePluginVersion >
124
- <projectInfoReportsPluginVersion >3.2 .2</projectInfoReportsPluginVersion >
124
+ <projectInfoReportsPluginVersion >3.4 .2</projectInfoReportsPluginVersion >
125
125
<project .build.outputTimestamp>2022-08-10T19:51:10Z</project .build.outputTimestamp>
126
126
<slf4jVersion >1.7.36</slf4jVersion >
127
127
</properties >
@@ -219,12 +219,12 @@ under the License.
219
219
<dependency >
220
220
<groupId >org.apache.maven.shared</groupId >
221
221
<artifactId >maven-invoker</artifactId >
222
- <version >3.1 .0</version >
222
+ <version >3.2 .0</version >
223
223
</dependency >
224
224
<dependency >
225
225
<groupId >org.apache.maven.shared</groupId >
226
226
<artifactId >maven-common-artifact-filters</artifactId >
227
- <version >3.1.1 </version >
227
+ <version >3.2.0 </version >
228
228
</dependency >
229
229
230
230
<!-- Doxia -->
@@ -262,18 +262,18 @@ under the License.
262
262
<dependency >
263
263
<groupId >org.apache.httpcomponents</groupId >
264
264
<artifactId >httpclient</artifactId >
265
- <version >4.5.13 </version >
265
+ <version >4.5.14 </version >
266
266
</dependency >
267
267
<dependency >
268
268
<groupId >org.apache.httpcomponents</groupId >
269
269
<artifactId >httpcore</artifactId >
270
- <version >4.4.15 </version >
270
+ <version >4.4.16 </version >
271
271
</dependency >
272
272
273
273
<dependency >
274
274
<groupId >com.thoughtworks.qdox</groupId >
275
275
<artifactId >qdox</artifactId >
276
- <version >2.0.1 </version >
276
+ <version >2.0.3 </version >
277
277
</dependency >
278
278
279
279
<!-- Plexus -->
@@ -285,7 +285,7 @@ under the License.
285
285
<dependency >
286
286
<groupId >org.codehaus.plexus</groupId >
287
287
<artifactId >plexus-utils</artifactId >
288
- <version >3.4.2 </version >
288
+ <version >3.5.0 </version >
289
289
</dependency >
290
290
<dependency >
291
291
<groupId >commons-io</groupId >
@@ -371,7 +371,7 @@ under the License.
371
371
<dependency >
372
372
<groupId >org.assertj</groupId >
373
373
<artifactId >assertj-core</artifactId >
374
- <version >3.23.1 </version >
374
+ <version >3.24.2 </version >
375
375
<scope >test</scope >
376
376
</dependency >
377
377
<dependency >
@@ -407,11 +407,6 @@ under the License.
407
407
</excludes >
408
408
</configuration >
409
409
</plugin >
410
- <plugin >
411
- <groupId >org.apache.maven.plugins</groupId >
412
- <artifactId >maven-jxr-plugin</artifactId >
413
- <version >3.1.1</version >
414
- </plugin >
415
410
<plugin >
416
411
<groupId >org.apache.maven.plugins</groupId >
417
412
<artifactId >maven-javadoc-plugin</artifactId >
@@ -420,11 +415,6 @@ under the License.
420
415
<failOnWarnings >false</failOnWarnings >
421
416
</configuration >
422
417
</plugin >
423
- <plugin >
424
- <groupId >org.apache.maven.plugins</groupId >
425
- <artifactId >maven-project-info-reports-plugin</artifactId >
426
- <version >3.1.2</version >
427
- </plugin >
428
418
</plugins >
429
419
</pluginManagement >
430
420
<plugins >
@@ -504,7 +494,7 @@ under the License.
504
494
<plugin >
505
495
<groupId >org.codehaus.mojo</groupId >
506
496
<artifactId >mrm-maven-plugin</artifactId >
507
- <version >1.2 .0</version >
497
+ <version >1.5 .0</version >
508
498
<executions >
509
499
<execution >
510
500
<id >repository</id >
0 commit comments