Skip to content

Commit

Permalink
upd to commons-fileupload-1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reger committed Jun 2, 2016
1 parent 9d55998 commit ab7f82f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .classpath
Expand Up @@ -20,7 +20,7 @@
<classpathentry kind="lib" path="lib/commons-jxpath-1.3.jar"/>
<classpathentry kind="lib" path="lib/jsch-0.1.53.jar"/>
<classpathentry kind="lib" path="lib/jakarta-oro-2.0.8.jar"/>
<classpathentry kind="lib" path="lib/commons-fileupload-1.3.1.jar"/>
<classpathentry kind="lib" path="lib/commons-fileupload-1.3.2.jar"/>
<classpathentry kind="lib" path="lib/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -168,7 +168,7 @@
<pathelement location="${lib}/common-lang-3.2.1.jar" />
<pathelement location="${lib}/commons-codec-1.10.jar" />
<pathelement location="${lib}/commons-compress-1.11.jar" />
<pathelement location="${lib}/commons-fileupload-1.3.1.jar" />
<pathelement location="${lib}/commons-fileupload-1.3.2.jar" />
<pathelement location="${lib}/commons-io-2.5.jar" />
<pathelement location="${lib}/commons-jxpath-1.3.jar" />
<pathelement location="${lib}/commons-lang-2.6.jar" />
Expand Down
Binary file removed lib/commons-fileupload-1.3.1.jar
Binary file not shown.
File renamed without changes.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -332,7 +332,8 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit ab7f82f

Please sign in to comment.