[CONFIGURATION-775] Update Apache Commons VFS from 2.4.1 to 2.5.0.
diff --git a/pom.xml b/pom.xml
index 989d1c0..572e1cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -334,7 +334,7 @@
     <dependency>

       <groupId>org.apache.commons</groupId>

       <artifactId>commons-vfs2</artifactId>

-      <version>2.4.1</version>

+      <version>2.5.0</version>

       <optional>true</optional>

     </dependency>

 

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f14a43d..8b8e3cb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,9 @@
       <action dev="ggregory" type="fix" issue="CONFIGURATION-773" due-to="Dan Dragut">

         User's Guide &gt; Properties files &gt; Saving - small documentation bugs #41.

       </action>

+      <action dev="ggregory" type="update" issue="CONFIGURATION-775" due-to="Gary Gregory">

+      Update Apache Commons VFS from 2.4.1 to 2.5.0.

+      </action>

     </release>

     <release version="2.6" date="2019-09-13"

              description="Minor release with new features and updated dependencies.">