You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/05/05 08:47:04 UTC

struts git commit: Upgrades commons-collections

Repository: struts
Updated Branches:
  refs/heads/support-2-3 731fde544 -> ca2547612


Upgrades commons-collections


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/ca254761
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/ca254761
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/ca254761

Branch: refs/heads/support-2-3
Commit: ca2547612001cb1eb422517dea19086ab2cf437c
Parents: 731fde5
Author: Lukasz Lenart <lu...@apache.org>
Authored: Thu May 5 10:46:56 2016 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Thu May 5 10:46:56 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/struts/blob/ca254761/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c465aaf..ba60e74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -759,7 +759,7 @@
             <dependency>
                 <groupId>commons-collections</groupId>
                 <artifactId>commons-collections</artifactId>
-                <version>3.1</version>
+                <version>3.2.2</version>
             </dependency>
             <dependency>
                 <groupId>commons-fileupload</groupId>