maven-plugin-plugin 3.5.2 -> 3.6.0.

maven-plugin-tools-ant  3.5.2 -> 3.6.0.
diff --git a/pom.xml b/pom.xml
index 0c698eb..6c1326b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,13 +104,13 @@
     <plugins>
       <plugin>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>3.5.2</version>
+        <version>3.6.0</version>
         <!-- Add the Ant plugin tools to the plugin -->
         <dependencies>
           <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-tools-ant</artifactId>
-            <version>3.5.2</version>
+            <version>3.6.0</version>
           </dependency>
         </dependencies>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 747e60b..b8f12c5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,6 +29,12 @@
       <action dev="ggregory" type="update">

         versions-maven-plugin 2.5 -> 2.7.

       </action>

+      <action dev="ggregory" type="update">

+        maven-plugin-plugin 3.5.2 -> 3.6.0.

+      </action>

+      <action dev="ggregory" type="update">

+        maven-plugin-tools-ant  3.5.2 -> 3.6.0.

+      </action>

     </release>

 

     <release version="1.10" date="2019-02-26" description="Feature release">