[MDOCCK-31] Upgrade maven-plugin-tools 3.2


git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1669798 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 7fb454b..1db4dd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,18 +110,18 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-tools-api</artifactId>
-      <version>2.4.3</version>
+      <version>3.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-tools-java</artifactId>
-      <version>2.4.3</version>
+      <version>3.2</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-tools-beanshell</artifactId>
-      <version>2.4.3</version>
+      <version>3.2</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>