fix: upgrade commons-io:commons-io from 2.9.0 to 2.11.0 (#647)

Snyk has created this PR to upgrade commons-io:commons-io from 2.9.0 to 2.11.0.

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

See this project in Snyk:
https://app.snyk.io/org/haraldk/project/9a1f6304-68e0-49c5-af4f-db1f87bd4f90?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
Snyk bot 2021-12-16 07:46:44 +00:00 committed by GitHub
parent 4223d13898
commit e016e970e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.9.0</version>
<version>2.11.0</version>
<scope>provided</scope>
</dependency>