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/08/04 06:58:38 UTC

[camel] branch main updated: Upgrade jsch 0.2.11

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 7877e472332 Upgrade jsch 0.2.11
7877e472332 is described below

commit 7877e4723327a88fab6495747c8e7a23f4b22235
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Aug 4 08:58:31 2023 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index f93ffb499db..5ab126b059e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -278,7 +278,7 @@
         <johnzon-version>1.2.21</johnzon-version>
         <jslt-version>0.1.14</jslt-version>
         <jsmpp-version>3.0.0</jsmpp-version>
-        <jsch-version>0.2.9</jsch-version>
+        <jsch-version>0.2.11</jsch-version>
         <javax-json-api-version>1.1.4</javax-json-api-version>
         <jsonassert-version>1.5.1</jsonassert-version>
         <json-path-version>2.8.0</json-path-version>