You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2014/03/11 13:24:15 UTC

svn commit: r1576307 - /myfaces/tobago/branches/tobago-1.0.x/pom.xml

Author: lofwyr
Date: Tue Mar 11 12:24:15 2014
New Revision: 1576307

URL: http://svn.apache.org/r1576307
Log:
TOBAGO-1364: CVE-2014-0050 Apache Commons FileUpload DoS

Modified:
    myfaces/tobago/branches/tobago-1.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/pom.xml?rev=1576307&r1=1576306&r2=1576307&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/pom.xml Tue Mar 11 12:24:15 2014
@@ -385,7 +385,7 @@
       <dependency>
         <groupId>commons-fileupload</groupId>
         <artifactId>commons-fileupload</artifactId>
-        <version>1.2</version>
+        <version>1.3.1</version>
       </dependency>
       <dependency>
         <groupId>commons-codec</groupId>