@@ -23,7 +23,7 @@ under the License.
23
23
<parent >
24
24
<groupId >org.apache.maven.plugins</groupId >
25
25
<artifactId >maven-plugins</artifactId >
26
- <version >42 </version >
26
+ <version >43 </version >
27
27
<relativePath />
28
28
</parent >
29
29
@@ -118,8 +118,7 @@ under the License.
118
118
<resolverVersion >1.4.1</resolverVersion >
119
119
<!-- https://cwiki.apache.org/confluence/x/VIHOCg#MavenEcosystemCleanup-ResolverandMaven -->
120
120
<plexus-java .version>1.2.0</plexus-java .version>
121
- <version .plexus-xml>3.0.1</version .plexus-xml>
122
- <jetty .version>9.4.53.v20231009</jetty .version>
121
+ <jetty .version>9.4.55.v20240627</jetty .version>
123
122
<!-- for ITs -->
124
123
<compilerPluginVersion >3.11.0</compilerPluginVersion >
125
124
<sourcePluginVersion >3.3.0</sourcePluginVersion >
@@ -207,7 +206,7 @@ under the License.
207
206
<dependency >
208
207
<groupId >org.apache.maven</groupId >
209
208
<artifactId >maven-archiver</artifactId >
210
- <version >3.6.1 </version >
209
+ <version >3.6.2 </version >
211
210
</dependency >
212
211
<dependency >
213
212
<groupId >org.apache.maven.shared</groupId >
@@ -303,13 +302,14 @@ under the License.
303
302
<dependency >
304
303
<groupId >org.codehaus.plexus</groupId >
305
304
<artifactId >plexus-archiver</artifactId >
306
- <version >4.9.1 </version >
305
+ <version >4.10.0 </version >
307
306
</dependency >
307
+ <!-- MNG-6607: needs to be overriden for commons-compress otherwise it will appear earlier in the tree -->
308
308
<dependency >
309
309
<groupId >commons-io</groupId >
310
310
<artifactId >commons-io</artifactId >
311
311
<version >2.16.1</version >
312
- <scope >test </scope >
312
+ <scope >runtime </scope >
313
313
</dependency >
314
314
<dependency >
315
315
<groupId >org.codehaus.plexus</groupId >
@@ -436,6 +436,13 @@ under the License.
436
436
</excludes >
437
437
</configuration >
438
438
</plugin >
439
+ <plugin >
440
+ <groupId >org.apache.maven.plugins</groupId >
441
+ <artifactId >maven-checkstyle-plugin</artifactId >
442
+ <configuration >
443
+ <suppressionsLocation >src/config/checkstyle-suppressions.xml</suppressionsLocation >
444
+ </configuration >
445
+ </plugin >
439
446
<plugin >
440
447
<groupId >org.apache.maven.plugins</groupId >
441
448
<artifactId >maven-javadoc-plugin</artifactId >
0 commit comments