Author: pottlinger
Date: Mon Mar 14 20:49:02 2016
New Revision: 1734995

URL: http://svn.apache.org/viewvc?rev=1734995&view=rev
Log:
RAT-214: Update dependencies
* Update ant and commons-compress as suggested by a CVE scan.


Modified:
    creadur/rat/trunk/pom.xml
    creadur/rat/trunk/src/changes/changes.xml

Modified: creadur/rat/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1734995&r1=1734994&r2=1734995&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Mon Mar 14 20:49:02 2016
@@ -121,7 +121,7 @@ agnostic home for software distribution
       <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 @@ agnostic home for software distribution
       <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 @@ agnostic home for software distribution
             <dependency>
               <groupId>org.apache.ant</groupId>
               <artifactId>ant</artifactId>
-              <version>1.7.1</version>
+              <version>1.9.6</version>
             </dependency>
           </dependencies>
         </plugin>

Modified: creadur/rat/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/creadur/rat/trunk/src/changes/changes.xml?rev=1734995&r1=1734994&r2=1734995&view=diff
==============================================================================
--- creadur/rat/trunk/src/changes/changes.xml (original)
+++ creadur/rat/trunk/src/changes/changes.xml Mon Mar 14 20:49:02 2016
@@ -60,6 +60,9 @@ The <action> type attribute can be add,u
 
 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>


Reply via email to