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 2018/11/06 09:56:45 UTC

[struts] branch support-2-3 updated: Upgrades commons-fileupload to version 1.3.3

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch support-2-3
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/support-2-3 by this push:
     new e62ae2e  Upgrades commons-fileupload to version 1.3.3
e62ae2e is described below

commit e62ae2ee7ae17ece0c3c1884995c23211a816fec
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue Nov 6 10:56:41 2018 +0100

    Upgrades commons-fileupload to version 1.3.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index da2f284..7666c95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -781,7 +781,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>