You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by iu...@apache.org on 2021/04/19 16:26:53 UTC

[brooklyn-server] branch master updated: Upgrade sshj version to 0.31.0, allows to process ssh public keys of bigger sizes

This is an automated email from the ASF dual-hosted git repository.

iuliana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 988f21f  Upgrade sshj version to 0.31.0, allows to process ssh public keys of bigger sizes
     new c3f959d  Merge pull request #1166 from algairim/brooklyn-server-improvements
988f21f is described below

commit 988f21f080ef3d202061009c846f04e38870fab8
Author: Mykola Mandra <my...@cloudsoftcorp.com>
AuthorDate: Mon Apr 19 14:01:10 2021 +0100

    Upgrade sshj version to 0.31.0, allows to process ssh public keys of bigger sizes
    
    Signed-off-by: Mykola Mandra <my...@cloudsoftcorp.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b6e68fc..1aaf49f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
         <!-- JClouds 2.2.0 imports eddsa 0.1.0 -->
         <eddsa.version>0.2.0</eddsa.version>
         <!-- JClouds 2.2.0 imports ssjj 0.20.0 -->
-        <sshj.version>0.22.0</sshj.version>
+        <sshj.version>0.31.0</sshj.version>
         <!-- jzlib osgi version is 1.1.3.2, but bundle is 1.1.3_2 ; JClouds 2.2.0 pulls in 1.0.7_1 but is happy with 1.1.3.2 -->
         <jzlib.version>1.1.3_2</jzlib.version>
         <jzlib.osgi.version>1.1.3.2</jzlib.osgi.version>