You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/07/11 23:00:22 UTC

svn commit: r1835686 - in /commons/proper/vfs/trunk: pom.xml src/changes/changes.xml

Author: ggregory
Date: Wed Jul 11 23:00:22 2018
New Revision: 1835686

URL: http://svn.apache.org/viewvc?rev=1835686&view=rev
Log:
[VFS-666] Update Apache Commons Collections from 4.1 to 4.2.

Modified:
    commons/proper/vfs/trunk/pom.xml
    commons/proper/vfs/trunk/src/changes/changes.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1835686&r1=1835685&r2=1835686&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Jul 11 23:00:22 2018
@@ -402,7 +402,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-collections4</artifactId>
-        <version>4.1</version>
+        <version>4.2</version>
       </dependency>
       <dependency>
         <groupId>commons-httpclient</groupId>

Modified: commons/proper/vfs/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1835686&r1=1835685&r2=1835686&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Wed Jul 11 23:00:22 2018
@@ -74,6 +74,9 @@ The <action> type attribute can be add,u
       <action issue="VFS-614" dev="ggregory" type="fix" due-to="Boris Petrov, Otto Fowler">
         MonitorInputStream should not close the stream in read().
       </action>
+      <action issue="VFS-666" dev="ggregory" type="update">
+        Update Apache Commons Collections from 4.1 to 4.2.
+      </action>
     </release>
     <release version="2.2" date="2017-10-06" description="New features and bug fix release.">
       <action issue="VFS-642" dev="pschumacher" type="update" due-to="ilangoldfeld">