[CONFIGURATION-754] Update Apache Commons Text from 1.7 to 1.8.
diff --git a/pom.xml b/pom.xml
index 6e7bbdb..41842eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -292,7 +292,7 @@
     <dependency>

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

       <artifactId>commons-text</artifactId>

-      <version>1.7</version>

+      <version>1.8</version>

     </dependency>

 

     <dependency>

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7053251..97f8abd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -36,6 +36,9 @@
       <action dev="ggregory" type="update" issue="CONFIGURATION-752" due-to="Gary Gregory">

         Update Apache Commons VFS from 2.3 to 2.4.1.

       </action>

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

+        Update Apache Commons Text from 1.7 to 1.8.

+      </action>

       <action dev="ggregory" type="fix" due-to="Gary Gregory">

         Fix Javadoc for org.apache.commons.configuration2.PropertiesConfiguration.getIncludeOptional().

       </action>