[MCLEAN-74] Upgrade of commons-io to 2.5.



git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1749024 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 5e53bf6..83c834d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,12 @@
       <artifactId>maven-shared-utils</artifactId>
       <version>3.0.1</version>
     </dependency>
+    <!-- Upgrade of transitive dependency of maven-shared-utils. -->
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.5</version>
+    </dependency>
 
     <!-- dependencies to annotations -->
     <dependency>