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 f93c34bf30e chore(deps): Bump sshd-version from 2.14.0 to 2.15.0 (#17258) f93c34bf30e is described below commit f93c34bf30e0557bee53fc60a030480b1b92aeb6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Feb 25 08:55:43 2025 +0100 chore(deps): Bump sshd-version from 2.14.0 to 2.15.0 (#17258) Bumps `sshd-version` from 2.14.0 to 2.15.0. Updates `org.apache.sshd:sshd-sftp` from 2.14.0 to 2.15.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.14.0...sshd-2.15.0) Updates `org.apache.sshd:sshd-scp` from 2.14.0 to 2.15.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.14.0...sshd-2.15.0) Updates `org.apache.sshd:sshd-common` from 2.14.0 to 2.15.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.14.0...sshd-2.15.0) Updates `org.apache.sshd:sshd-core` from 2.14.0 to 2.15.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.14.0...sshd-2.15.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] <supp...@github.com> 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 dbbb4039704..6f77220a269 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -476,7 +476,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.14.0</sshd-version> + <sshd-version>2.15.0</sshd-version> <stompjms-version>1.19</stompjms-version> <swagger-java-version>1.6.10</swagger-java-version> <swagger-openapi3-version>2.2.23</swagger-openapi3-version>