You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/03/10 18:21:15 UTC

[maven-changes-plugin] branch coll created (now 56d289b)

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

elharo pushed a change to branch coll
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git.


      at 56d289b  update commons collections

This branch includes the following new commits:

     new 56d289b  update commons collections

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-changes-plugin] 01/01: update commons collections

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch coll
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit 56d289b9fc06f81e5461c0e41726b69261ebf87c
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Tue Mar 10 14:20:51 2020 -0400

    update commons collections
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 55104c9..e08c190 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@ under the License.
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.0</version>
+      <version>3.2.1</version>
     </dependency>
     <dependency>
       <groupId>commons-httpclient</groupId>