File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ under the License.
92
92
93
93
<jettyVersion >9.4.55.v20240627</jettyVersion >
94
94
<mockito .version>4.11.0</mockito .version>
95
- <plexus-archiver .version>4.9.2 </plexus-archiver .version>
95
+ <plexus-archiver .version>4.10.0 </plexus-archiver .version>
96
96
<pluginTestingVersion >3.3.0</pluginTestingVersion >
97
97
<resolverVersion >1.4.1</resolverVersion >
98
98
<slf4jVersion >1.7.36</slf4jVersion >
@@ -213,6 +213,13 @@ under the License.
213
213
<artifactId >plexus-archiver</artifactId >
214
214
<version >${plexus-archiver.version} </version >
215
215
</dependency >
216
+ <!-- MNG-6607: needs to be overriden for commons-compress otherwise it will appear earlier in the tree -->
217
+ <dependency >
218
+ <groupId >org.apache.commons</groupId >
219
+ <artifactId >commons-lang3</artifactId >
220
+ <version >3.14.0</version >
221
+ <scope >runtime</scope >
222
+ </dependency >
216
223
<dependency >
217
224
<groupId >org.codehaus.plexus</groupId >
218
225
<artifactId >plexus-utils</artifactId >
You can’t perform that action at this time.
0 commit comments