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 16:23:27 UTC

[camel] branch camel-3.21.x updated: Upgrade SSHD to version 2.11.0 (#11791)

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

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


The following commit(s) were added to refs/heads/camel-3.21.x by this push:
     new 4ce81876984 Upgrade SSHD to version 2.11.0 (#11791)
4ce81876984 is described below

commit 4ce818769844a359253ad9df9b5f4ba3d8c7c3bd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 20 18:23:13 2023 +0200

    Upgrade SSHD to version 2.11.0 (#11791)
    
    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 918bd5da840..c0a5efa4e0c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -519,7 +519,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.2</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.4</swagger-java-version>
         <swagger-openapi3-version>2.1.13</swagger-openapi3-version>