Skip to content

Commit 558ae8a

Browse files
authored
[MNG-8115] Upgrade minimal set of dependencies (#1496)
Changes: * classworlds 2.8.0 * commons-cli 1.7.0 * commons-io 2.16.1 * commons-lang 3.14.0 * plexus-interpolation 1.27 * maven-shared-util 3.4.2 * jansi 2.4.1 * (test) xml-unit 2.10.0
1 parent c44304f commit 558ae8a

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

pom.xml

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -125,21 +125,18 @@ under the License.
125125

126126
<properties>
127127
<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>
135132
<junitVersion>4.13.2</junitVersion>
136133
<hamcrestVersion>2.2</hamcrestVersion>
137134
<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 -->
139136
<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>
143140
<guiceVersion>5.1.0</guiceVersion>
144141
<guavaVersion>32.0.1-jre</guavaVersion>
145142
<guavafailureaccessVersion>1.0.1</guavafailureaccessVersion>
@@ -149,7 +146,7 @@ under the License.
149146
<jxpathVersion>1.3</jxpathVersion>
150147
<resolverVersion>1.9.20</resolverVersion>
151148
<slf4jVersion>1.7.36</slf4jVersion>
152-
<xmlunitVersion>2.9.1</xmlunitVersion>
149+
<xmlunitVersion>2.10.0</xmlunitVersion>
153150
<powermockVersion>2.0.9</powermockVersion>
154151
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
155152
<!-- Control the name of the distribution and information output by mvn -->
@@ -238,7 +235,7 @@ under the License.
238235
<dependency>
239236
<groupId>org.codehaus.plexus</groupId>
240237
<artifactId>plexus-utils</artifactId>
241-
<version>${plexusUtilsVersion}</version>
238+
<version>${version.plexus-utils}</version>
242239
</dependency>
243240
<dependency>
244241
<groupId>com.google.inject</groupId>
@@ -292,7 +289,7 @@ under the License.
292289
<dependency>
293290
<groupId>org.eclipse.sisu</groupId>
294291
<artifactId>org.eclipse.sisu.plexus</artifactId>
295-
<version>${sisuVersion}</version>
292+
<version>${version.sisu-maven-plugin}</version>
296293
<exclusions>
297294
<exclusion>
298295
<!-- Way too easy to conflict with plugins to be in Maven and leak in plugins -->
@@ -304,7 +301,7 @@ under the License.
304301
<dependency>
305302
<groupId>org.eclipse.sisu</groupId>
306303
<artifactId>org.eclipse.sisu.inject</artifactId>
307-
<version>${sisuVersion}</version>
304+
<version>${version.sisu-maven-plugin}</version>
308305
</dependency>
309306
<dependency>
310307
<groupId>javax.inject</groupId>
@@ -340,7 +337,7 @@ under the License.
340337
<dependency>
341338
<groupId>org.apache.maven.shared</groupId>
342339
<artifactId>maven-shared-utils</artifactId>
343-
<version>3.3.4</version>
340+
<version>3.4.2</version>
344341
<exclusions>
345342
<!-- We use org.apache.maven.shared.utils.logging only in Maven Core -->
346343
<exclusion>
@@ -352,7 +349,7 @@ under the License.
352349
<dependency>
353350
<groupId>org.fusesource.jansi</groupId>
354351
<artifactId>jansi</artifactId>
355-
<version>2.4.0</version>
352+
<version>2.4.1</version>
356353
</dependency>
357354
<dependency>
358355
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)