fix: upgrade commons-fileupload:commons-fileupload from 1.3.3 to 1.4 (#642)

Snyk has created this PR to upgrade commons-fileupload:commons-fileupload from 1.3.3 to 1.4.

See this package in Maven Repository:
https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload/

See this project in Snyk:
https://app.snyk.io/org/haraldk/project/3eb50c00-e586-4f4c-a39c-90c80f89cc60?utm_source=github&utm_medium=referral&page=upgrade-pr

(cherry picked from commit bc328419ac416252c4a6a10ba81c51f89b8b2c3e)
This commit is contained in:
Snyk bot 2021-12-10 15:13:29 +00:00 committed by Harald Kuhr
parent d3dd4c29d5
commit eb6a3bde39

View File

@ -60,7 +60,7 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.3</version>
<version>1.4</version>
<scope>provided</scope>
</dependency>