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/09/02 08:59:21 UTC

[karaf] branch main updated: [KARAF-7528] Upgrade to sshd 2.9.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new abb44fb51b [KARAF-7528] Upgrade to sshd 2.9.0
     new 9104f4ae19 Merge pull request #1615 from jbonofre/KARAF-7528
abb44fb51b is described below

commit abb44fb51bb6cdf0b72bddc6a9281e5ace60e424
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Sep 1 11:11:20 2022 +0200

    [KARAF-7528] Upgrade to sshd 2.9.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6000d78eee..4cc311edd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -342,7 +342,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.8.0</sshd.version>
+        <sshd.version>2.9.0</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>