Repository: struts Updated Branches: refs/heads/develop ff2a4063c -> 7d383d6d3
WW-4286 Upgrades commons-fileupload to version 1.3.1 Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/7d383d6d Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/7d383d6d Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/7d383d6d Branch: refs/heads/develop Commit: 7d383d6d395cae318b505065df7dab9ce8c13fae Parents: ff2a406 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Wed Feb 19 16:28:54 2014 +0100 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Wed Feb 19 16:28:54 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/7d383d6d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4444e90..d117799 100644 --- a/pom.xml +++ b/pom.xml @@ -669,7 +669,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>