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/16 12:43:32 UTC

[maven-changes-plugin] branch master updated: update commons collections (#11)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c0a0182  update commons collections (#11)
c0a0182 is described below

commit c0a0182cf02bc9fbc64cd2f88bf3bdb84bb5556f
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Mon Mar 16 08:43:25 2020 -0400

    update commons collections (#11)
---
 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>