Upgrades Commons File Upload 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/2dceb870 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/2dceb870 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/2dceb870 Branch: refs/heads/release/fast-track-2-3-16-1 Commit: 2dceb870fdb1d6d64904f3bf6a5fec59ffa9fe99 Parents: 19e73e4 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Sat Mar 1 15:40:19 2014 +0100 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Sat Mar 1 15:40:19 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/2dceb870/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index de6922c..bf11a39 100644 --- a/pom.xml +++ b/pom.xml @@ -668,7 +668,7 @@ <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> - <version>1.3</version> + <version>1.3.1</version> </dependency> <dependency> <groupId>commons-io</groupId>