This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new a05f871  Migrate from commons-collections to commons-collections4 
(#700)
a05f871 is described below

commit a05f87102ab4f4327f68a3ca5e6ed08111b6e243
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Tue Nov 25 02:15:12 2025 +0100

    Migrate from commons-collections to commons-collections4 (#700)
    
    
    Co-authored-by: Moderne <[email protected]>
---
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 84e7bcb..5fc9f63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,9 +86,9 @@ under the License.
         <version>1.20.0</version>
       </dependency>
       <dependency>
-        <groupId>commons-collections</groupId>
-        <artifactId>commons-collections</artifactId>
-        <version>3.2.2</version>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-collections4</artifactId>
+        <version>4.5.0</version>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>
@@ -233,7 +233,6 @@ under the License.
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-xml</artifactId>
       <!-- TODO check with next parent -->
-      <version>3.0.1</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

Reply via email to