You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ro...@apache.org on 2020/10/08 17:28:27 UTC

[axis-axis2-java-core] branch master updated: upgrade commons fileupload to 1.4

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

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 923d3c4  upgrade commons fileupload to 1.4
923d3c4 is described below

commit 923d3c4d9ffa6102607c18ddf29e34f685e4de52
Author: robert lazarski <ro...@apache.org>
AuthorDate: Thu Oct 8 07:27:01 2020 -1000

    upgrade commons fileupload to 1.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5d67e74..71d3366 100644
--- a/pom.xml
+++ b/pom.xml
@@ -516,7 +516,7 @@
         <ant.version>1.7.0</ant.version>
         <antlr.version>2.7.7</antlr.version>
         <bsf.version>2.4.0</bsf.version>
-        <commons.fileupload.version>1.3.3</commons.fileupload.version>
+        <commons.fileupload.version>1.4</commons.fileupload.version>
         <commons.httpclient.version>3.1</commons.httpclient.version>
         <commons.io.version>2.1</commons.io.version>
         <commons.logging.version>1.1.1</commons.logging.version>