[BEANUTILS-522] Update Apache Commons Collections from 4.3 to 4.4.
diff --git a/pom.xml b/pom.xml
index 5ca9255..4b581cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -332,7 +332,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-collections4</artifactId>
-      <version>4.3</version>
+      <version>4.4</version>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b043617..3bcf207 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,9 @@
       <action issue="BEANUTILS-520" dev="ggregory" type="update" due-to="Melloware">
         BeanUtils2 mitigate CVE-2014-0114.
       </action>
+      <action issue="BEANUTILS-522" dev="ggregory" type="update" due-to="Gary Gregory">
+        Update Apache Commons Collections from 4.3 to 4.4.
+      </action>
     </release>
 
     <release version="1.9.3" date="2016-09-21" description="Bug fix release, now builds with Java 8">