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 2023/07/21 09:17:23 UTC

[karaf] branch karaf-4.3.x updated: KARAF-7698 - Update SSHD to 2.10.0

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 5e3fa98f3c KARAF-7698 - Update SSHD to 2.10.0
5e3fa98f3c is described below

commit 5e3fa98f3cb216389fb73e0424d4b0ef4003ae81
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Jul 20 06:32:32 2023 +0100

    KARAF-7698 - Update SSHD to 2.10.0
    
    (cherry picked from commit dc286fdc5ebb9257a895b92b5aacf18beb484626)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 01926d06e3..6aa76c9c82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -334,7 +334,7 @@
         <spring.security57.version>5.7.3_1</spring.security57.version>
 
         <sling.commons.johnzon.version>1.2.14</sling.commons.johnzon.version>
-        <sshd.version>2.9.2</sshd.version>
+        <sshd.version>2.10.0</sshd.version>
         <struts.bundle.version>1.3.10_1</struts.bundle.version>
         <xbean.version>4.22</xbean.version>
         <javax.mail.version>1.4.7</javax.mail.version>