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 6eafe5e40d1d664e289ca5b0db509fcbb424ebb5 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Sat Jun 26 11:22:53 2021 +0300 Upgraded JNA version to 5.8.0 --- sshd-sftp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml index aa948a7..896de8b 100644 --- a/sshd-sftp/pom.xml +++ b/sshd-sftp/pom.xml @@ -83,7 +83,7 @@ <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> - <version>5.6.0</version> + <version>5.8.0</version> </dependency> <dependency>