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 15:21:31 UTC

[camel] branch sshd-2.11.0-3.20.x created (now 65213f8a7a9)

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

acosentino pushed a change to branch sshd-2.11.0-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 65213f8a7a9 Upgrade SSHD to version 2.11.0

This branch includes the following new commits:

     new 65213f8a7a9 Upgrade SSHD to version 2.11.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Upgrade SSHD to version 2.11.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 65213f8a7a9a0b4943904466d740e37c14a844eb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 20 17:21:01 2023 +0200

    Upgrade SSHD to version 2.11.0
    
    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 43efe0db132..d5eceb01866 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -518,7 +518,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>