[MDEP-624] - Upgrade maven-plugins parent to version 32
diff --git a/pom.xml b/pom.xml
index a6c293f..d421acc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>31</version>
+    <version>32</version>
     <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -356,7 +356,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.21.0</version>
         <configuration>
           <!-- Need of more heap space in order to run the unit tests !-->
           <argLine>-Xmx384m</argLine>