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


The following commit(s) were added to refs/heads/MNG-7670 by this push:
     new 7dbf9112c [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
7dbf9112c is described below

commit 7dbf9112c408f39da1b268c538284c80b8ae6c28
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
---
 apache-maven/src/main/appended-resources/META-INF/NOTICE.vm |  2 +-
 pom.xml                                                     | 12 ++++++------
 2 files changed, 7 insertions(+), 7 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..10f14d26a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,15 +126,15 @@ 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>
+    <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>
     <guavafailureaccessVersion>1.0.1</guavafailureaccessVersion>
@@ -490,13 +490,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>

Reply via email to