You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2016/03/01 18:09:23 UTC

svn commit: r1733109 - /directory/mavibot/trunk/pom.xml

Author: coheigea
Date: Tue Mar  1 17:09:22 2016
New Revision: 1733109

URL: http://svn.apache.org/viewvc?rev=1733109&view=rev
Log:
Updating to Commons Collections 3.2.2

Modified:
    directory/mavibot/trunk/pom.xml

Modified: directory/mavibot/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/mavibot/trunk/pom.xml?rev=1733109&r1=1733108&r2=1733109&view=diff
==============================================================================
--- directory/mavibot/trunk/pom.xml (original)
+++ directory/mavibot/trunk/pom.xml Tue Mar  1 17:09:22 2016
@@ -78,7 +78,7 @@
   <properties>
     <!-- Dependencies versions ========================================== -->
     <junit.version>4.12</junit.version>
-    <commons.collections.version>3.2.1</commons.collections.version>
+    <commons.collections.version>3.2.2</commons.collections.version>
     <commons.io.version>2.4</commons.io.version>
     <slf4j.api.version>1.7.10</slf4j.api.version>
     <slf4j.log4j12.version>1.7.10</slf4j.log4j12.version>