[CONFIGURATION-755][CVE-2014-0114] Update Apache Commons BeanUtils from
1.9.3 to 1.9.4.
diff --git a/pom.xml b/pom.xml
index 41842eb..a92d860 100644
--- a/pom.xml
+++ b/pom.xml
@@ -314,7 +314,7 @@
     <dependency>

       <groupId>commons-beanutils</groupId>

       <artifactId>commons-beanutils</artifactId>

-      <version>1.9.3</version>

+      <version>1.9.4</version>

       <optional>true</optional>

     </dependency>

 

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 97f8abd..3392919 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +45,9 @@
       <action dev="ggregory" type="add" due-to="Gary Gregory">

         Document "includeOptional" on the site.

       </action>

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

+        [CVE-2014-0114] Update Apache Commons BeanUtils from 1.9.3 to 1.9.4.

+      </action>

     </release>

     <release version="2.5" date="2019-05-23"

              description="Minor release with new features and updated dependencies.">