Update file upload / io
This commit is contained in:
parent
fb8da504e2
commit
0665f3ee21
1 changed files with 2 additions and 2 deletions
4
dependencies/pom.xml
vendored
4
dependencies/pom.xml
vendored
|
@ -98,12 +98,12 @@
|
|||
<dependency>
|
||||
<groupId>commons-fileupload</groupId>
|
||||
<artifactId>commons-fileupload</artifactId>
|
||||
<version>1.2.1</version>
|
||||
<version>1.3.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.4</version>
|
||||
<version>2.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue