@@ -125,21 +125,18 @@ under the License.
125
125
126
126
<properties >
127
127
<javaVersion >8</javaVersion >
128
- <minimalMavenBuildVersion >3.5.4</minimalMavenBuildVersion >
129
-
130
- <sisuVersion >0.9.0.M2</sisuVersion >
131
- <classWorldsVersion >2.7.0</classWorldsVersion >
132
- <commonsCliVersion >1.5.0</commonsCliVersion >
133
- <commonsIoVersion >2.11.0</commonsIoVersion >
134
- <commonsLangVersion >3.12.0</commonsLangVersion >
128
+ <classWorldsVersion >2.8.0</classWorldsVersion >
129
+ <commonsCliVersion >1.7.0</commonsCliVersion >
130
+ <commonsIoVersion >2.16.1</commonsIoVersion >
131
+ <commonsLangVersion >3.14.0</commonsLangVersion >
135
132
<junitVersion >4.13.2</junitVersion >
136
133
<hamcrestVersion >2.2</hamcrestVersion >
137
134
<mockitoVersion >4.11.0</mockitoVersion >
138
- <!-- plexus 2.1.1 is broken, no new release exists yet (nor will exist) -->
135
+ <!-- plexus 2.1.1 is broken -->
139
136
<plexusVersion >2.1.0</plexusVersion >
140
- <plexusInterpolationVersion >1.26 </plexusInterpolationVersion >
141
- <!-- Blocked by 3.4.0+ changes, see MNG-7710 -->
142
- <plexusUtilsVersion >3.5.1</plexusUtilsVersion >
137
+ <plexusInterpolationVersion >1.27 </plexusInterpolationVersion >
138
+ <!-- Blocked by 3.4.0+ changes, see MNG-7710, downgrade from parent 4.0.1 -->
139
+ <version .plexus-utils >3.5.1</version .plexus-utils >
143
140
<guiceVersion >5.1.0</guiceVersion >
144
141
<guavaVersion >32.0.1-jre</guavaVersion >
145
142
<guavafailureaccessVersion >1.0.1</guavafailureaccessVersion >
@@ -149,7 +146,7 @@ under the License.
149
146
<jxpathVersion >1.3</jxpathVersion >
150
147
<resolverVersion >1.9.20</resolverVersion >
151
148
<slf4jVersion >1.7.36</slf4jVersion >
152
- <xmlunitVersion >2.9.1 </xmlunitVersion >
149
+ <xmlunitVersion >2.10.0 </xmlunitVersion >
153
150
<powermockVersion >2.0.9</powermockVersion >
154
151
<maven .test.redirectTestOutputToFile>true</maven .test.redirectTestOutputToFile>
155
152
<!-- Control the name of the distribution and information output by mvn -->
@@ -238,7 +235,7 @@ under the License.
238
235
<dependency >
239
236
<groupId >org.codehaus.plexus</groupId >
240
237
<artifactId >plexus-utils</artifactId >
241
- <version >${plexusUtilsVersion } </version >
238
+ <version >${version.plexus-utils } </version >
242
239
</dependency >
243
240
<dependency >
244
241
<groupId >com.google.inject</groupId >
@@ -292,7 +289,7 @@ under the License.
292
289
<dependency >
293
290
<groupId >org.eclipse.sisu</groupId >
294
291
<artifactId >org.eclipse.sisu.plexus</artifactId >
295
- <version >${sisuVersion } </version >
292
+ <version >${version.sisu-maven-plugin } </version >
296
293
<exclusions >
297
294
<exclusion >
298
295
<!-- Way too easy to conflict with plugins to be in Maven and leak in plugins -->
@@ -304,7 +301,7 @@ under the License.
304
301
<dependency >
305
302
<groupId >org.eclipse.sisu</groupId >
306
303
<artifactId >org.eclipse.sisu.inject</artifactId >
307
- <version >${sisuVersion } </version >
304
+ <version >${version.sisu-maven-plugin } </version >
308
305
</dependency >
309
306
<dependency >
310
307
<groupId >javax.inject</groupId >
@@ -340,7 +337,7 @@ under the License.
340
337
<dependency >
341
338
<groupId >org.apache.maven.shared</groupId >
342
339
<artifactId >maven-shared-utils</artifactId >
343
- <version >3.3.4 </version >
340
+ <version >3.4.2 </version >
344
341
<exclusions >
345
342
<!-- We use org.apache.maven.shared.utils.logging only in Maven Core -->
346
343
<exclusion >
@@ -352,7 +349,7 @@ under the License.
352
349
<dependency >
353
350
<groupId >org.fusesource.jansi</groupId >
354
351
<artifactId >jansi</artifactId >
355
- <version >2.4.0 </version >
352
+ <version >2.4.1 </version >
356
353
</dependency >
357
354
<dependency >
358
355
<groupId >org.slf4j</groupId >
0 commit comments