You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ap...@apache.org on 2024/01/04 10:00:54 UTC

(camel) branch main updated: Bump com.github.mwiede:jsch from 0.2.15 to 0.2.16

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

apupier 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 ad5924da898 Bump com.github.mwiede:jsch from 0.2.15 to 0.2.16
ad5924da898 is described below

commit ad5924da898b05737025631ecd27bb66291a0633
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 4 09:35:30 2024 +0000

    Bump com.github.mwiede:jsch from 0.2.15 to 0.2.16
    
    Bumps [com.github.mwiede:jsch](https://github.com/mwiede/jsch) from 0.2.15 to 0.2.16.
    - [Release notes](https://github.com/mwiede/jsch/releases)
    - [Changelog](https://github.com/mwiede/jsch/blob/master/ChangeLog)
    - [Commits](https://github.com/mwiede/jsch/compare/jsch-0.2.15...jsch-0.2.16)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.mwiede:jsch
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0ff09de8538..dd2dceff8af 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -278,7 +278,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.15</jsch-version>
+        <jsch-version>0.2.16</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>