KARAF-2767 - Update to commons-fileupload 1.3.1
Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/c3e198ab Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/c3e198ab Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/c3e198ab Branch: refs/heads/karaf-3.0.x Commit: c3e198ab180329f2523b6ece93fc68a3ffa41877 Parents: e4bb3fb Author: Jonathan Anstey <[email protected]> Authored: Tue Feb 18 16:32:09 2014 -0330 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Feb 21 19:15:57 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/c3e198ab/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5b055d7..8cbb326 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ <commons-codec.version>1.9</commons-codec.version> <commons-collections.version>3.2.1</commons-collections.version> <commons-dbcp.version>1.4</commons-dbcp.version> - <commons-fileupload.version>1.2.2</commons-fileupload.version> + <commons-fileupload.version>1.3.1</commons-fileupload.version> <commons-io.version>2.4</commons-io.version> <commons-jexl.version>2.1.1</commons-jexl.version> <commons-lang.version>2.6</commons-lang.version>
