You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2012/03/15 23:01:52 UTC

svn commit: r1301229 - /commons/sandbox/flatfile/trunk/pom.xml

Author: mbenson
Date: Thu Mar 15 22:01:52 2012
New Revision: 1301229

URL: http://svn.apache.org/viewvc?rev=1301229&view=rev
Log:
upgrade deps

Modified:
    commons/sandbox/flatfile/trunk/pom.xml

Modified: commons/sandbox/flatfile/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/flatfile/trunk/pom.xml?rev=1301229&r1=1301228&r2=1301229&view=diff
==============================================================================
--- commons/sandbox/flatfile/trunk/pom.xml (original)
+++ commons/sandbox/flatfile/trunk/pom.xml Thu Mar 15 22:01:52 2012
@@ -40,18 +40,18 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>4.10</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.4</version>
+      <version>2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.0</version>
+      <version>3.1</version>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>commons-pool</groupId>
       <artifactId>commons-pool</artifactId>
-      <version>1.5.4</version>
+      <version>1.6</version>
       <optional>true</optional> 
     </dependency>
     <dependency>