You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by rb...@apache.org on 2014/02/21 23:02:44 UTC

svn commit: r1570722 - /shindig/trunk/pom.xml

Author: rbaxter85
Date: Fri Feb 21 22:02:44 2014
New Revision: 1570722

URL: http://svn.apache.org/r1570722
Log:
Updated Apache Commons FileUpload to 1.3.1

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1570722&r1=1570721&r2=1570722&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Fri Feb 21 22:02:44 2014
@@ -1580,7 +1580,7 @@
       <dependency>
         <groupId>commons-fileupload</groupId>
         <artifactId>commons-fileupload</artifactId>
-        <version>1.2.2</version>
+        <version>1.3.1</version>
       </dependency>
       <dependency>
         <groupId>org.json</groupId>