Merge pull request #9 from apache/dependabot/maven/master/org.apache.maven.plugin-tools-maven-plugin-annotations-3.6.4

Bump maven-plugin-annotations from 3.5 to 3.6.4
diff --git a/pom.xml b/pom.xml
index c0bcdbc..04fd195 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
                 <!-- TODO need to override parent version value... I suppose this will eventually end up in mojo parent pom, check regularly -->
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-plugin-plugin</artifactId>
-                <version>3.5</version>
+                <version>3.6.4</version>
                 <configuration>
                     <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
                 </configuration>
@@ -154,7 +154,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-plugin-plugin</artifactId>
-                <version>3.5</version>
+                <version>3.6.4</version>
                 <configuration>
                     <requirements>
                         <!--
@@ -348,7 +348,7 @@
         <dependency>
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
-            <version>1.8.2</version>
+            <version>1.10.12</version>
             <scope>compile</scope>
             <type>jar</type>
         </dependency>
@@ -361,6 +361,6 @@
     <properties>
         <mojo.java.target>1.6</mojo.java.target>
         <wagon.version>3.0.0</wagon.version>
-        <maven.version>3.1.1</maven.version>
+        <maven.version>3.8.5</maven.version>
     </properties>
 </project>