This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git
The following commit(s) were added to refs/heads/master by this push:
new 979800e Upgrade sshj to 0.27 to fix "Unrecognized PKCS5 key type:
OPENSSH" error
979800e is described below
commit 979800e7757ef9bb34fa5fafa3d118b54c9a3a42
Author: Marcus Christie <[email protected]>
AuthorDate: Fri Jan 29 09:22:32 2021 -0500
Upgrade sshj to 0.27 to fix "Unrecognized PKCS5 key type: OPENSSH" error
0.27 has the fix for this issue. See
https://github.com/hierynomus/sshj/issues/488 for more details.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3182589..3a8a45b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -119,8 +119,8 @@
<log4j.over.slf4j>1.7.26</log4j.over.slf4j>
<dozer>5.5.1</dozer>
<jsch>0.1.55</jsch>
- <sshj>0.23.0</sshj>
+ <sshj>0.27.0</sshj>
<mariadb.jdbc>2.5.1</mariadb.jdbc>
</properties>
-</project>
\ No newline at end of file
+</project>