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 8625d7f6d392f3317091f2259d9335d72362f744 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Thu Nov 12 17:11:08 2020 +0200 Upgraded Apache Commons I/O version to 2.8.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 51d27c1..c6797b6 100644 --- a/pom.xml +++ b/pom.xml @@ -481,7 +481,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.7</version> + <version>2.8.0</version> </dependency> <dependency> <groupId>commons-lang</groupId>