diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-02-28 10:37:39 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-02-28 10:37:39 +0100 |
commit | 0113065f164f15967473c90def2c88ba0cb936f1 (patch) | |
tree | 81f931f67ec3b7f4f7cff9b080922970c4ed80c9 | |
parent | 228863d37f1c998a76d5b04825e3b68188a9af0b (diff) | |
download | moa-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>
|