This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit fe9c1eda7c605e353ac0082889b3ead16d3ae2d5 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Fri Jun 19 10:18:37 2020 +0300 Upgraded Apache Commons IO version to 2.7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e6fb74c..dc544ab 100644 --- a/pom.xml +++ b/pom.xml @@ -484,7 +484,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.6</version> + <version>2.7</version> </dependency> <dependency> <groupId>commons-lang</groupId>