You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/10/12 09:59:44 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7562] Upgrade to sshd 2.9.1

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

jbonofre pushed a commit to branch karaf-4.3.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new 8f0569338b [KARAF-7562] Upgrade to sshd 2.9.1
8f0569338b is described below

commit 8f0569338bb0cf7a9b7727b751609a88b7b3b7a8
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Oct 10 05:57:43 2022 +0200

    [KARAF-7562] Upgrade to sshd 2.9.1
    
    (cherry picked from commit 6fc5ecb613db47dfd50ab7270eb1ead387c5a013)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 12a83665fd..906e7ce1dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -332,7 +332,7 @@
         <spring.security56.version>5.6.1_1</spring.security56.version>
 
         <sling.commons.johnzon.version>1.2.14</sling.commons.johnzon.version>
-        <sshd.version>2.9.0</sshd.version>
+        <sshd.version>2.9.1</sshd.version>
         <struts.bundle.version>1.3.10_1</struts.bundle.version>
         <xbean.version>4.21</xbean.version>
         <javax.mail.version>1.4.7</javax.mail.version>