You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/06/23 00:50:24 UTC

svn commit: r1749804 - /maven/shared/trunk/maven-shared-utils/pom.xml

Author: schulte
Date: Thu Jun 23 00:50:24 2016
New Revision: 1749804

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


Modified:
    maven/shared/trunk/maven-shared-utils/pom.xml

Modified: maven/shared/trunk/maven-shared-utils/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/pom.xml?rev=1749804&r1=1749803&r2=1749804&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-utils/pom.xml (original)
+++ maven/shared/trunk/maven-shared-utils/pom.xml Thu Jun 23 00:50:24 2016
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.4</version>
+      <version>2.5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>