You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/07/06 05:56:49 UTC

[2/2] struts git commit: WW-4812 Upgrades commons-fileupload to the latest version

WW-4812 Upgrades commons-fileupload to the latest version


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/666271cc
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/666271cc
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/666271cc

Branch: refs/heads/master
Commit: 666271ccd95781cd174daf0371d252c1e8e89233
Parents: 67536bf
Author: Lukasz Lenart <lu...@apache.org>
Authored: Thu Jul 6 07:56:36 2017 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Thu Jul 6 07:56:36 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/666271cc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a4a69e0..5540c71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -708,7 +708,7 @@
             <dependency>
                 <groupId>commons-fileupload</groupId>
                 <artifactId>commons-fileupload</artifactId>
-                <version>1.3.2</version>
+                <version>1.3.3</version>
             </dependency>
             <dependency>
                 <groupId>commons-io</groupId>