Update Apache Commons Compress from 1.18 to 1.19.
diff --git a/pom.xml b/pom.xml
index a59e893..5b94745 100755
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.18</version>
+      <version>1.19</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7db7c22..f206012 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,20 +26,21 @@
 
   <body>
     <release version="1.7" date="YYYY-MM-DD" description="Version 1.7">
-      <action type="update" dev="chtompki">checkstyle.version 8.10.1 -> 8.18</action>
+      <action type="update" dev="chtompki">checkstyle.version from 8.10.1 to 8.18</action>
       <action type="update" dev="ggregory">VOTE.txt: Sample git clone command should checkout in a folder named after the tag</action>
       <action type="update" dev="ggregory">VOTE.txt: Sort the file names being hashed</action>
-      <action type="update" dev="ggregory">maven.dependency.version 3.5.3 -> 3.6.0</action>
-      <action type="update" dev="ggregory">org.apache.maven.scm 1.10.0 -> 1.11.2</action>
-      <action type="update" dev="ggregory">maven-pmd-plugin 3.9.0 -> 3.11.0</action>
-      <action type="update" dev="ggregory">commons-build-plugin 1.8 -> 1.10</action>
-      <action type="update" dev="ggregory">commons.jacoco.version 0.8.2 -> 0.8.3</action>
-      <action type="update" dev="ggregory">velocity-engine-core 2.0 -> 2.1</action>
-      <action type="update" dev="ggregory">maven.dependency.version 3.6.0 -> 3.6.1</action>
-      <action type="update" dev="ggregory">checkstyle.version 8.18 -> 8.19</action>
-      <action type="update" dev="ggregory">maven-pmd-plugin 3.11.0 -> 3.12.0</action>
-      <action type="update" dev="ggregory">com.puppycrawl.tools:checkstyle 8.19 -> 8.20</action>
+      <action type="update" dev="ggregory">maven.dependency.version from 3.5.3 to 3.6.0</action>
+      <action type="update" dev="ggregory">org.apache.maven.scm from 1.10.0 to 1.11.2</action>
+      <action type="update" dev="ggregory">maven-pmd-plugin from 3.9.0 to 3.11.0</action>
+      <action type="update" dev="ggregory">commons-build-plugin from 1.8 to 1.10</action>
+      <action type="update" dev="ggregory">commons.jacoco.version from 0.8.2 to 0.8.3</action>
+      <action type="update" dev="ggregory">velocity-engine-core from 2.0 to 2.1</action>
+      <action type="update" dev="ggregory">maven.dependency.version from 3.6.0 to 3.6.1</action>
+      <action type="update" dev="ggregory">checkstyle.version from 8.18 to 8.19</action>
+      <action type="update" dev="ggregory">maven-pmd-plugin from 3.11.0 to 3.12.0</action>
+      <action type="update" dev="ggregory">com.puppycrawl.tools:checkstyle from 8.19 to 8.20</action>
       <action type="update" dev="ggregory">Update Apache Commons Collections from 4.3 to 4.4</action>
+      <action type="update" dev="ggregory">Update Apache Commons Compress from 1.18 to 1.19</action>
     </release>
 
     <release version="1.6" date="2019-03-08" description="Version 1.6">