This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MNG-7670 in repository https://gitbox.apache.org/repos/asf/maven.git
commit dad386a9164e63674220144c975424d7e61d6b87 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Thu Jan 19 22:55:46 2023 +0000 [MNG-7670] Upgrade Commons Lang from 3.8.1 to 3.12.0 ClassWorlds from 2.6.0 to 2.7.0 Plexus Annotations from 2.1.0 to 2.1.1 Plexus Utils from 2.4.2 to 3.5.0 Hamcrest from 1.3 to 2.2 Mockito from 2.21.0 to 4.11.0 XmlUnit from 1.7.4 to 2.0.9 Guava from 30.1 to 31.1 Maven Plugin Tools Annotations from 3.7.0 to 3.7.1 --- .../src/main/appended-resources/META-INF/NOTICE.vm | 2 +- pom.xml | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/apache-maven/src/main/appended-resources/META-INF/NOTICE.vm b/apache-maven/src/main/appended-resources/META-INF/NOTICE.vm index 37b174a2d..3926f42e7 100644 --- a/apache-maven/src/main/appended-resources/META-INF/NOTICE.vm +++ b/apache-maven/src/main/appended-resources/META-INF/NOTICE.vm @@ -24,7 +24,7 @@ Copyright 2006-2022 Google, Inc. This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -META-INF/NOTICE in archive lib/plexus-utils-3.2.1.jar +META-INF/NOTICE in archive lib/plexus-utils-3.5.0.jar This product includes software developed by the Indiana University Extreme! Lab (http://www.extreme.indiana.edu/). This product includes software developed by diff --git a/pom.xml b/pom.xml index 2ff347dfa..f6af6a8d3 100644 --- a/pom.xml +++ b/pom.xml @@ -126,17 +126,17 @@ under the License. <properties> <maven.version>3.0.5</maven.version> <javaVersion>8</javaVersion> - <classWorldsVersion>2.6.0</classWorldsVersion> + <classWorldsVersion>2.7.0</classWorldsVersion> <commonsCliVersion>1.4</commonsCliVersion> <commonsIoVersion>2.11.0</commonsIoVersion> - <commonsLangVersion>3.8.1</commonsLangVersion> + <commonsLangVersion>3.12.0</commonsLangVersion> <junitVersion>4.13.2</junitVersion> - <mockitoVersion>2.21.0</mockitoVersion> - <plexusVersion>2.1.0</plexusVersion> + <mockitoVersion>4.11.0</mockitoVersion> + <plexusVersion>2.1.1</plexusVersion> <plexusInterpolationVersion>1.26</plexusInterpolationVersion> - <plexusUtilsVersion>3.4.2</plexusUtilsVersion> + <plexusUtilsVersion>3.5.0</plexusUtilsVersion> <guiceVersion>5.1.0</guiceVersion> - <guavaVersion>30.1-jre</guavaVersion> + <guavaVersion>31.1-jre</guavaVersion> <guavafailureaccessVersion>1.0.1</guavafailureaccessVersion> <wagonVersion>3.5.3</wagonVersion> <securityDispatcherVersion>2.0</securityDispatcherVersion> @@ -144,8 +144,9 @@ under the License. <jxpathVersion>1.3</jxpathVersion> <resolverVersion>1.9.4</resolverVersion> <slf4jVersion>1.7.36</slf4jVersion> - <xmlunitVersion>2.2.1</xmlunitVersion> - <powermockVersion>1.7.4</powermockVersion> + <xmlunitVersion>2.9.1</xmlunitVersion> + <powermockVersion>2.0.9</powermockVersion> + <maven.plugin.tools.version>3.7.1</maven.plugin.tools.version> <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile> <!-- Control the name of the distribution and information output by mvn --> <distributionId>apache-maven</distributionId> @@ -490,13 +491,13 @@ under the License. <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> - <version>1.3</version> + <version>2.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> - <version>1.3</version> + <version>2.2</version> <scope>test</scope> </dependency> </dependencies>