Author: schulte
Date: Sat Jun 18 13:47:32 2016
New Revision: 1749024

URL: http://svn.apache.org/viewvc?rev=1749024&view=rev
Log:
[MCLEAN-74] Upgrade of commons-io to 2.5.


Modified:
    maven/plugins/trunk/maven-clean-plugin/pom.xml

Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=1749024&r1=1749023&r2=1749024&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Sat Jun 18 13:47:32 2016
@@ -74,6 +74,12 @@ under the License.
       <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>


Reply via email to