Update commons-net:commons-net 3.7.2-> 3.8.0.
diff --git a/pom.xml b/pom.xml
index 8608ada..0422b65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -495,7 +495,7 @@
       <dependency>
         <groupId>commons-net</groupId>
         <artifactId>commons-net</artifactId>
-        <version>3.7.2</version>
+        <version>3.8.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 16df538..0cca8d7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -197,6 +197,9 @@
       <action dev="ggregory" due-to="Dependabot" type="update">
         Bump actions/cache from v2 to v2.1.4 #159.
       </action>
+      <action dev="ggregory" due-to="Gary Gregory" type="update">
+        Update commons-net:commons-net 3.7.2-> 3.8.0.
+      </action>
     </release>
     <release version="2.7.0" date="2020-10-26" description="Maintenance release. Requires Java 8.">
       <action issue="VFS-753" dev="ggregory" due-to="John Webb, Gary Gregory" type="fix">