aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2014-02-28 10:37:39 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2014-02-28 10:37:39 +0100
commit0113065f164f15967473c90def2c88ba0cb936f1 (patch)
tree81f931f67ec3b7f4f7cff9b080922970c4ed80c9
parent228863d37f1c998a76d5b04825e3b68188a9af0b (diff)
downloadmoa-id-spss-0113065f164f15967473c90def2c88ba0cb936f1.tar.gz
moa-id-spss-0113065f164f15967473c90def2c88ba0cb936f1.tar.bz2
moa-id-spss-0113065f164f15967473c90def2c88ba0cb936f1.zip
Bugfix: Sicherheitslücke CVE-2014-0050 betroffene "Apache Commons FileUpload"
Update Apache Commons FileUpload Version 1.3.1
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d87ab8a4e..ca41e3ce7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
- <version>1.1.1</version>
+ <version>1.3.1</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>