This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 5189500 WICKET-6624 Upgrade to commons-filupload 1.4
5189500 is described below
commit 51895001d7a301bb713561a2fe2417ef878a06b6
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Sat Dec 29 14:25:33 2018 +0200
WICKET-6624 Upgrade to commons-filupload 1.4
(cherry picked from commit 4754b9dafa73cb19471373584bfa93cd4a17bb74)
(cherry picked from commit 533b6b515169e8b0fa366e44196bf1740c553c5a)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 223d80b..028b6f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -215,7 +215,7 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
- <version>1.3.3</version>
+ <version>1.4</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>