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 73a9be8692d chore(deps): Bump sshd-version from 2.12.1 to 2.13.0 
(#14594)
73a9be8692d is described below

commit 73a9be8692db864af35a7de99e4001f2993f4fa3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 19 16:24:19 2024 +0200

    chore(deps): Bump sshd-version from 2.12.1 to 2.13.0 (#14594)
    
    Bumps `sshd-version` from 2.12.1 to 2.13.0.
    
    Updates `org.apache.sshd:sshd-sftp` from 2.12.1 to 2.13.0
    - [Release notes](https://github.com/apache/mina-sshd/releases)
    - [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)
    - 
[Commits](https://github.com/apache/mina-sshd/compare/sshd-2.12.1...sshd-2.13.0)
    
    Updates `org.apache.sshd:sshd-scp` from 2.12.1 to 2.13.0
    - [Release notes](https://github.com/apache/mina-sshd/releases)
    - [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)
    - 
[Commits](https://github.com/apache/mina-sshd/compare/sshd-2.12.1...sshd-2.13.0)
    
    Updates `org.apache.sshd:sshd-common` from 2.12.1 to 2.13.0
    - [Release notes](https://github.com/apache/mina-sshd/releases)
    - [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)
    - 
[Commits](https://github.com/apache/mina-sshd/compare/sshd-2.12.1...sshd-2.13.0)
    
    Updates `org.apache.sshd:sshd-core` from 2.12.1 to 2.13.0
    - [Release notes](https://github.com/apache/mina-sshd/releases)
    - [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)
    - 
[Commits](https://github.com/apache/mina-sshd/compare/sshd-2.12.1...sshd-2.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.sshd:sshd-sftp
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.apache.sshd:sshd-scp
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.apache.sshd:sshd-common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.sshd:sshd-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 204b88fa55e..1c51f407013 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -453,7 +453,7 @@
         <sql-maven-plugin-version>3.0.0</sql-maven-plugin-version>
         <squareup-okhttp-version>3.14.9</squareup-okhttp-version>
         <squareup-okio-version>1.17.5</squareup-okio-version>
-        <sshd-version>2.12.1</sshd-version>
+        <sshd-version>2.13.0</sshd-version>
         <stompjms-version>1.19</stompjms-version>
         <swagger-java-version>1.6.10</swagger-java-version>
         <swagger-openapi3-version>2.2.22</swagger-openapi3-version>

Reply via email to