Author: bphillips
Date: Wed Jul 17 14:43:03 2013
New Revision: 1504157
URL: http://svn.apache.org/r1504157
Log:
WW-4127 - updated version of commons-io from 2.0.1 to 2.2 to match
commons-fileuploa's cross dependency on commons-io 2.2
Modified:
struts/struts2/trunk/pom.xml
Modified: struts/struts2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1504157&r1=1504156&r2=1504157&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Wed Jul 17 14:43:03 2013
@@ -660,7 +660,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.0.1</version>
+ <version>2.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>