You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/13 06:42:08 UTC

[camel] branch main updated: Upgrade sshd 2.10.0

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

davsclaus 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 d6f7711b116 Upgrade sshd 2.10.0
d6f7711b116 is described below

commit d6f7711b1162020e72ca1de1db911f49c66d63eb
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jul 13 08:42:00 2023 +0200

    Upgrade sshd 2.10.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 79e1a2dd85e..c8f480269a1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -449,7 +449,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.9.2</sshd-version>
+        <sshd-version>2.10.0</sshd-version>
         <stompjms-version>1.19</stompjms-version>
         <swagger-java-version>1.6.10</swagger-java-version>
         <swagger-openapi3-version>2.2.10</swagger-openapi3-version>