RAT-214: Update dependencies
* Update ant and commons-compress as suggested by a CVE scan.



git-svn-id: https://svn.apache.org/repos/asf/creadur/rat/trunk@1734995 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 117ed01..8477157 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.5</version>
+        <version>1.10</version>
       </dependency>
       <dependency>
         <groupId>junit</groupId>
@@ -150,19 +150,19 @@
       <dependency>
         <groupId>org.apache.ant</groupId>
         <artifactId>ant</artifactId>
-        <version>1.7.1</version>
+        <version>1.9.6</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.ant</groupId>
         <artifactId>ant-antunit</artifactId>
-        <version>1.1</version>
+        <version>1.3</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.ant</groupId>
         <artifactId>ant-testutil</artifactId>
-        <version>1.7.1</version>
+        <version>1.9.6</version>
         <scope>test</scope>
       </dependency>
     </dependencies>
@@ -289,7 +289,7 @@
             <dependency>
               <groupId>org.apache.ant</groupId>
               <artifactId>ant</artifactId>
-              <version>1.7.1</version>
+              <version>1.9.6</version>
             </dependency>
           </dependencies>
         </plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 51c005a..a17dae3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,9 @@
 
 We've integrated Rat into the ASF Jenkins to ensure continuous builds with various JDK versions. 
 ">
+      <action issue="RAT-214" type="fix" dev="pottlinger">
+        Upgrade commons-compress and apache-ant due to possible security problems.
+      </action>
       <action issue="RAT-213" type="fix" dev="pottlinger">
         Upgrade to commons-collections 3.2.2.
       </action>