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 2019/07/09 18:32:33 UTC

[commons-vfs] branch master updated: [VFS-722] Update Apache Commons Collections from 4.3 to 4.4.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new c7bac15  [VFS-722] Update Apache Commons Collections from 4.3 to 4.4.
c7bac15 is described below

commit c7bac1545b141a6d907111c0b7aa4f9c8fc19578
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jul 9 14:32:30 2019 -0400

    [VFS-722] Update Apache Commons Collections from 4.3 to 4.4.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2238427..8b1b599 100644
--- a/pom.xml
+++ b/pom.xml
@@ -421,7 +421,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-collections4</artifactId>
-        <version>4.3</version>
+        <version>4.4</version>
       </dependency>
       <dependency>
         <groupId>commons-httpclient</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3be7076..17df781 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -140,6 +140,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-721" dev="ggregory" type="add" due-to="Gary Gregory">
         Add support for symbolic links for the local file system and add FileObject#isSymbolicLink().
       </action>
+      <action issue="VFS-722" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update Apache Commons Collections from 4.3 to 4.4.
+      </action>
     </release>
     <release version="2.3" date="2019-02-01" description="New features and bug fix release.">
       <action issue="VFS-645" dev="ggregory" type="fix">