Browse Source
Version update for Java commons-fileupload dependency because of vulnerability found in this (#2798)
pull/2714/head
penmetsaa
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
java/demo/pom.xml
-
migrator/migrator-servlet/pom.xml
|
|
|
@ -48,7 +48,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>commons-fileupload</groupId> |
|
|
|
<artifactId>commons-fileupload</artifactId> |
|
|
|
<version>1.3.3</version> |
|
|
|
<version>1.4</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>commons-lang</groupId> |
|
|
|
|
|
|
|
@ -54,7 +54,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>commons-fileupload</groupId> |
|
|
|
<artifactId>commons-fileupload</artifactId> |
|
|
|
<version>1.3.3</version> |
|
|
|
<version>1.4</version> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
|