Author: mkienenb
Date: Tue Aug 28 17:46:35 2018
New Revision: 1839490
URL: http://svn.apache.org/viewvc?rev=1839490&view=rev
Log:
VELOCITY-882: Upgrade commons-collections to 3.2.2.
Modified:
velocity/engine/branches/1.7.x/build/build.properties
velocity/engine/branches/1.7.x/pom.xml
Modified: velocity/engine/branches/1.7.x/build/build.properties
URL:
http://svn.apache.org/viewvc/velocity/engine/branches/1.7.x/build/build.properties?rev=1839490&r1=1839489&r2=1839490&view=diff
==============================================================================
--- velocity/engine/branches/1.7.x/build/build.properties (original)
+++ velocity/engine/branches/1.7.x/build/build.properties Tue Aug 28 17:46:35
2018
@@ -125,7 +125,7 @@ repo.m2.url=http://maven.ibiblio.org/mav
# Jars to be downloaded
jar.antlr.version= 2.7.5
jar.avalon-logkit.version= 2.1
-jar.commons-collections.version= 3.2.1
+jar.commons-collections.version= 3.2.2
jar.commons-lang.version= 2.4
jar.commons-logging.version= 1.1
jar.jdom.version= 1.0
Modified: velocity/engine/branches/1.7.x/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/branches/1.7.x/pom.xml?rev=1839490&r1=1839489&r2=1839490&view=diff
==============================================================================
--- velocity/engine/branches/1.7.x/pom.xml (original)
+++ velocity/engine/branches/1.7.x/pom.xml Tue Aug 28 17:46:35 2018
@@ -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>