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
parent
commit
fd0f1d6e23
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      java/demo/pom.xml
  2. +1
    -1
      migrator/migrator-servlet/pom.xml

+ 1
- 1
java/demo/pom.xml View File

@ -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>


+ 1
- 1
migrator/migrator-servlet/pom.xml View File

@ -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>


Loading…
Cancel
Save