You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by sd...@apache.org on 2015/11/18 05:03:08 UTC

svn commit: r1714933 - /velocity/engine/branches/1.x/pom.xml

Author: sdumitriu
Date: Wed Nov 18 04:03:07 2015
New Revision: 1714933

URL: http://svn.apache.org/viewvc?rev=1714933&view=rev
Log:
VELOCITY-869: Vulnerability in dependency: commons-collections:3.2.1
Fixed

Modified:
    velocity/engine/branches/1.x/pom.xml

Modified: velocity/engine/branches/1.x/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/branches/1.x/pom.xml?rev=1714933&r1=1714932&r2=1714933&view=diff
==============================================================================
--- velocity/engine/branches/1.x/pom.xml (original)
+++ velocity/engine/branches/1.x/pom.xml Wed Nov 18 04:03:07 2015
@@ -145,7 +145,7 @@
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.2.1</version>
+      <version>3.2.2</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>