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 6a15fe78f35dc1b99ca9606f48ea7321b96b5995 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Sat Jun 26 11:13:46 2021 +0300 Upgraded Apache Commons I/O version to 2.10.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e5ff1e1..9a8aae6 100644 --- a/pom.xml +++ b/pom.xml @@ -498,7 +498,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.8.0</version> + <version>2.10.0</version> </dependency> <dependency> <groupId>commons-lang</groupId>