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

(cherry picked from commit e016e970e5fb5c5a057bf6fe37ed9e06dc2b1290)
This commit is contained in:
Snyk bot 2021-12-16 07:46:44 +00:00 committed by Harald Kuhr
parent 319b2c4e18
commit 966a9da45d

View File

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