Author: jbonofre Date: Thu Aug 30 19:49:33 2012 New Revision: 1379095 URL: http://svn.apache.org/viewvc?rev=1379095&view=rev Log: Upgrade to commons-io 2.4 in table tests
Modified: karaf/trunk/shell/table/pom.xml Modified: karaf/trunk/shell/table/pom.xml URL: http://svn.apache.org/viewvc/karaf/trunk/shell/table/pom.xml?rev=1379095&r1=1379094&r2=1379095&view=diff ============================================================================== --- karaf/trunk/shell/table/pom.xml (original) +++ karaf/trunk/shell/table/pom.xml Thu Aug 30 19:49:33 2012 @@ -56,7 +56,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.3</version> + <version>2.4</version> <scope>test</scope> </dependency> </dependencies>