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 04:55:43 UTC

svn commit: r1714932 - /velocity/engine/trunk/velocity-engine-core/pom.xml

Author: sdumitriu
Date: Wed Nov 18 03:55:42 2015
New Revision: 1714932

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

Modified:
    velocity/engine/trunk/velocity-engine-core/pom.xml

Modified: velocity/engine/trunk/velocity-engine-core/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/velocity-engine-core/pom.xml?rev=1714932&r1=1714931&r2=1714932&view=diff
==============================================================================
--- velocity/engine/trunk/velocity-engine-core/pom.xml (original)
+++ velocity/engine/trunk/velocity-engine-core/pom.xml Wed Nov 18 03:55:42 2015
@@ -211,7 +211,7 @@ Velocity AST Node classes created to src
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.2.1</version>
+      <version>3.2.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>