Update commons-lang3 3.11 -> 3.12.0.
diff --git a/pom.xml b/pom.xml
index 778accf..eb15c31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -286,7 +286,7 @@
     <dependency>

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

       <artifactId>commons-lang3</artifactId>

-      <version>3.11</version>

+      <version>3.12.0</version>

     </dependency>

     <dependency>

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f1345d2..3076e26 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,7 +50,7 @@
        </action>
        <!-- UPDATES -->
        <action type="update" dev="ggregory" issue="CONFIGURATION-787" due-to="Gary Gregory">
-         Update from Apache Commons Lang 3.9 to 3.11.
+         Update from Apache Commons Lang 3.9 to 3.12.0.
        </action>
        <action type="add" dev="ggregory" issue="CONFIGURATION-789" due-to="Gary Gregory">
          Add ImmutableConfiguration.getEnum() methods.