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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git


The following commit(s) were added to refs/heads/master by this push:
     new b6607aa  WHISKER-19: Update to latest commons-collections4
b6607aa is described below

commit b6607aaa96c9612986d8e92b12e862e620097b3c
Author: Hugo Hirsch <[email protected]>
AuthorDate: Tue May 18 13:17:26 2021 +0200

    WHISKER-19: Update to latest commons-collections4
---
 apache-whisker-maven-plugin/pom.xml | 4 ++--
 pom.xml                             | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/apache-whisker-maven-plugin/pom.xml 
b/apache-whisker-maven-plugin/pom.xml
index daa1c91..416bf3e 100644
--- a/apache-whisker-maven-plugin/pom.xml
+++ b/apache-whisker-maven-plugin/pom.xml
@@ -78,8 +78,8 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-collections4</artifactId>
     </dependency>
   </dependencies>
   <build>
diff --git a/pom.xml b/pom.xml
index a699c60..caa1536 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,9 +62,9 @@
         <version>1.1</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.4</version>
       </dependency>
       <dependency>
         <groupId>junit</groupId>

Reply via email to