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/02/10 18:58:32 UTC

svn commit: r1566691 - /myfaces/tobago/branches/tobago-1.5.x/pom.xml

Author: lofwyr
Date: Mon Feb 10 17:58:32 2014
New Revision: 1566691

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

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

Modified: myfaces/tobago/branches/tobago-1.5.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/pom.xml?rev=1566691&r1=1566690&r2=1566691&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/pom.xml Mon Feb 10 17:58:32 2014
@@ -482,7 +482,7 @@
       <dependency>
         <groupId>commons-fileupload</groupId>
         <artifactId>commons-fileupload</artifactId>
-        <version>1.2.2</version>
+        <version>1.3.1</version>
       </dependency>
       <dependency>
         <groupId>commons-codec</groupId>