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

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

       <artifactId>commons-vfs2</artifactId>

-      <version>2.5.0</version>

+      <version>2.6.0</version>

       <optional>true</optional>

     </dependency>

 

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0c69a69..2600eda 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,6 +57,9 @@
       <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>

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

+        Update Apache Commons VFS from 2.5.0 to 2.5.0.

+      </action>

     </release>

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

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