You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/10/20 13:27:18 UTC

[camel] branch main updated: Upgrade SSHD to version 2.11.0 (#11786)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 21de9328790 Upgrade SSHD to version 2.11.0 (#11786)
21de9328790 is described below

commit 21de9328790de96d8c7b215856958b7a96751370
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 20 15:27:12 2023 +0200

    Upgrade SSHD to version 2.11.0 (#11786)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6bc67d2a74d..c11dca918ca 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -431,7 +431,7 @@
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>
         <squareup-okhttp-version>3.14.9</squareup-okhttp-version>
         <squareup-okio-version>1.17.5</squareup-okio-version>
-        <sshd-version>2.10.0</sshd-version>
+        <sshd-version>2.11.0</sshd-version>
         <stompjms-version>1.19</stompjms-version>
         <swagger-java-version>1.6.10</swagger-java-version>
         <swagger-openapi3-version>2.2.15</swagger-openapi3-version>