Update Log4j 2.14.0 -> 2.14.1.
diff --git a/pom.xml b/pom.xml
index 10b9d9c..c87f41f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
     <commons.asm.version>9.1</commons.asm.version>
     <commons.pmd.version>6.32.0</commons.pmd.version>
     <slf4j.version>1.7.26</slf4j.version>
-    <log4j2.version>2.14.0</log4j2.version>
+    <log4j2.version>2.14.1</log4j2.version>
     <clirr.skip>true</clirr.skip>
     <japicmp.skip>false</japicmp.skip>
     <jacoco.skip>false</jacoco.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 23884e7..9ca56b5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,6 +57,9 @@
       <action type="update" dev="ggregory" due-to="Arturo Bernal">
         Replace construction of FileInputStream and FileOutputStream objects with Files NIO APIs. #164.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Update Log4j 2.14.0 -> 2.14.1.
+      </action>
     </release>
     <release version="2.8.0" date="2021-03-06" description="Feature and maintenance release. Requires Java 8.">
 <!--       <action issue="VFS-443" dev="ggregory" type="update" due-to="nickallen"> -->