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 <robertlazar...@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>