This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch wicket-8.x
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/wicket-8.x by this push:
new 533b6b5 WICKET-6624 Upgrade to commons-filupload 1.4
533b6b5 is described below
commit 533b6b515169e8b0fa366e44196bf1740c553c5a
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)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3074d42..2575b21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,7 +229,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>