Update commons-lang3 3.11 -> 3.12.0.
diff --git a/pom.xml b/pom.xml
index 5c4a946..ef4816f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -584,7 +584,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.11</version>
+        <version>3.12.0</version>
       </dependency>
       <!-- Test FTP with Apache FTP Server (MINA) -->
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dbf8ff8..d70e6c7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -218,6 +218,9 @@
       <action issue="VFS-795" dev="kinow" due-to="Max Kellermann" type="update">
         Code improvements for SoftRefFilesCache (simplify loop, use isEmpty, ...).
       </action>
+      <action dev="ggregory" due-to="Gary Gregory" type="update">
+        Update commons-lang3 3.11 -> 3.12.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">