Merge pull request #52 from cnaude/dependabot/maven/commons-io-commons-io-2.7

Bump commons-io from 2.6 to 2.7
This commit is contained in:
Chris 2021-04-27 22:06:49 -07:00 committed by GitHub
commit f4b5911447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<version>2.7</version>
</dependency>
<!-- NTheEndAgain -->