Update commons-io 2.8.0 -> 2.9.0.

This commit is contained in:
Gary Gregory 2021-05-25 21:56:02 -04:00
parent d87dd86c21
commit 0f54cb2090
2 changed files with 2 additions and 2 deletions

View File

@ -492,7 +492,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.9.0</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -211,7 +211,7 @@
Remove deprecated sudo setting. #161.
</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">
Update tests from commons-io:commons-io 2.6 to 2.8.0 #180.
Update tests from commons-io:commons-io 2.6 to 2.9.0 #180.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Update actions/checkout from v1 to v2.3.4 #166 #173 #183 #193.