Skip to content

Commit

Permalink
Upgrade commons-fileupload
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Apr 6, 2018
1 parent 58874ca commit 4aad3a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions server/pom.xml
Expand Up @@ -156,6 +156,12 @@
<version>1.1</version>
</dependency>

<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.3</version>
</dependency>

<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
Expand Down
1 change: 0 additions & 1 deletion server/services/pom.xml
Expand Up @@ -1210,7 +1210,6 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.2</version>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion server/zanata-war/pom.xml
Expand Up @@ -1572,7 +1572,6 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 4aad3a9

Please sign in to comment.