RAT-226: Update to latest ANT 1.9.9.


git-svn-id: https://svn.apache.org/repos/asf/creadur/rat/trunk@1781962 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index c4bc494..24bb4bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
       <dependency>
         <groupId>org.apache.ant</groupId>
         <artifactId>ant</artifactId>
-        <version>1.9.7</version>
+        <version>1.9.9</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7f05ce4..cf456bc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,9 @@
 
   <body>
     <release version="0.13" date="2016-xx-xx" description="Current SNAPSHOT - to be done">
+      <action issue="RAT-226" type="add" dev="pottlinger">
+        Update to latest available and compatible Apache ANT 1.9.9.
+      </action>
       <action issue="RAT-222" type="fix" dev="pottlinger">
         Download section does not work if SNAPSHOT is deployed, add download of previous RAT release.
       </action>