This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 54bc76436b [4.4.x] bump sshd.version from 2.17.1 to 2.19.0 (#2769)
54bc76436b is described below
commit 54bc76436b2b471de94ac9cfe25d8414e2d3779d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 10 06:40:10 2026 +0200
[4.4.x] bump sshd.version from 2.17.1 to 2.19.0 (#2769)
Bumps `sshd.version` from 2.17.1 to 2.19.0.
Updates `org.apache.sshd:sshd-osgi` from 2.17.1 to 2.19.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.17.1...sshd-2.19.0)
Updates `org.apache.sshd:sshd-scp` from 2.17.1 to 2.19.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.17.1...sshd-2.19.0)
Updates `org.apache.sshd:sshd-sftp` from 2.17.1 to 2.19.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.17.1...sshd-2.19.0)
Updates `org.apache.sshd:sshd-mina` from 2.17.1 to 2.19.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.17.1...sshd-2.19.0)
---
updated-dependencies:
- dependency-name: org.apache.sshd:sshd-osgi
dependency-version: 2.19.0
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.apache.sshd:sshd-scp
dependency-version: 2.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.sshd:sshd-sftp
dependency-version: 2.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.sshd:sshd-mina
dependency-version: 2.19.0
dependency-type: direct:development
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 469fb68d64..40b00a2e28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -367,7 +367,7 @@
<spring.security62.version>6.2.7_3</spring.security62.version>
<sling.commons.johnzon.version>1.2.16</sling.commons.johnzon.version>
- <sshd.version>2.17.1</sshd.version>
+ <sshd.version>2.19.0</sshd.version>
<struts.bundle.version>1.3.10_1</struts.bundle.version>
<xbean.version>4.31</xbean.version>
<javax.mail.version>1.4.7</javax.mail.version>