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 19:21:18 UTC

svn commit: r1566696 - /myfaces/tobago/branches/tobago-3.0.x/pom.xml

Author: lofwyr
Date: Mon Feb 10 18:21:18 2014
New Revision: 1566696

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

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

Modified: myfaces/tobago/branches/tobago-3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/pom.xml?rev=1566696&r1=1566695&r2=1566696&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/pom.xml Mon Feb 10 18:21:18 2014
@@ -484,7 +484,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>