Repository: tapestry-5 Updated Branches: refs/heads/master eb4f0bf30 -> 2839ac9da
upgrade commons-fileupload Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/2839ac9d Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/2839ac9d Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/2839ac9d Branch: refs/heads/master Commit: 2839ac9da65b15deff55ce70eac7f3c4516c34f7 Parents: eb4f0bf Author: Jochen Kemnade <[email protected]> Authored: Wed Jul 20 15:36:09 2016 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Wed Jul 20 15:36:09 2016 +0200 ---------------------------------------------------------------------- tapestry-upload/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/2839ac9d/tapestry-upload/build.gradle ---------------------------------------------------------------------- diff --git a/tapestry-upload/build.gradle b/tapestry-upload/build.gradle index b0ab8ec..8e8574f 100644 --- a/tapestry-upload/build.gradle +++ b/tapestry-upload/build.gradle @@ -2,7 +2,7 @@ description = "File Upload component, with supporting services" dependencies { compile project(':tapestry-core') - compile "commons-fileupload:commons-fileupload:1.3.1" + compile "commons-fileupload:commons-fileupload:1.3.2" compile "commons-io:commons-io:2.4" provided "javax.servlet:javax.servlet-api:${versions.servletapi}"
