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/12/04 05:20:24 UTC

(camel) branch jsch created (now 7b7e035d411)

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

davsclaus pushed a change to branch jsch
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 7b7e035d411 Upgrade jsch 0.2.13

This branch includes the following new commits:

     new 7b7e035d411 Upgrade jsch 0.2.13

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 jsch 0.2.13

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

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

commit 7b7e035d411c575027751c99195c5369d32e6efc
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 4 06:17:35 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index c926b7cdf51..cd7dd0f3e9e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -277,7 +277,7 @@
         <johnzon-version>2.0.0</johnzon-version>
         <jslt-version>0.1.14</jslt-version>
         <jsmpp-version>3.0.0</jsmpp-version>
-        <jsch-version>0.2.11</jsch-version>
+        <jsch-version>0.2.13</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>