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