Update Apache Commons IO from 2.9.0 to 2.10.0.

This commit is contained in:
Gary Gregory 2021-06-13 12:56:31 -04:00
parent 7d8b979612
commit 591612e3c1
2 changed files with 2 additions and 2 deletions

View File

@ -492,7 +492,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.10.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>

View File

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