This is an automated email from the ASF dual-hosted git repository.
nacx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git
The following commit(s) were added to refs/heads/master by this push:
new b96158e JCLOUDS-1532 - Update SSHJ + JSCH (#57)
b96158e is described below
commit b96158e6edaf173b15f047c00f1d6274c9dabe31
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue Dec 3 16:17:06 2019 +0000
JCLOUDS-1532 - Update SSHJ + JSCH (#57)
---
drivers/jsch/pom.xml | 2 +-
drivers/sshj/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/jsch/pom.xml b/drivers/jsch/pom.xml
index 5c046e7..9c781c4 100644
--- a/drivers/jsch/pom.xml
+++ b/drivers/jsch/pom.xml
@@ -73,7 +73,7 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
- <version>0.1.54</version>
+ <version>0.1.55</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/drivers/sshj/pom.xml b/drivers/sshj/pom.xml
index 4c73f33..825006a 100644
--- a/drivers/sshj/pom.xml
+++ b/drivers/sshj/pom.xml
@@ -78,7 +78,7 @@
<dependency>
<groupId>com.hierynomus</groupId>
<artifactId>sshj</artifactId>
- <version>0.20.0</version>
+ <version>0.27.0</version>
<exclusions>
<!-- provided by the jclouds-bouncycastle driver -->
<exclusion>