This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch wagon-3.x
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git
The following commit(s) were added to refs/heads/wagon-3.x by this push:
new 299e47a9 Bump sshdVersion from 2.16.0 to 2.17.1 (#860)
299e47a9 is described below
commit 299e47a9f3d2f949a6e2c6db216cd2b2dcaa36b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 28 15:20:02 2026 +0100
Bump sshdVersion from 2.16.0 to 2.17.1 (#860)
Bumps `sshdVersion` from 2.16.0 to 2.17.1.
Updates `org.apache.sshd:sshd-core` from 2.16.0 to 2.17.1
- [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.16.0...sshd-2.17.1)
Updates `org.apache.sshd:sshd-scp` from 2.16.0 to 2.17.1
- [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.16.0...sshd-2.17.1)
Updates `org.apache.sshd:sshd-sftp` from 2.16.0 to 2.17.1
- [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.16.0...sshd-2.17.1)
---
updated-dependencies:
- dependency-name: org.apache.sshd:sshd-core
dependency-version: 2.17.1
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.sshd:sshd-scp
dependency-version: 2.17.1
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.sshd:sshd-sftp
dependency-version: 2.17.1
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>
---
wagon-providers/wagon-ssh-common-test/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wagon-providers/wagon-ssh-common-test/pom.xml
b/wagon-providers/wagon-ssh-common-test/pom.xml
index 19558ec8..33e64189 100644
--- a/wagon-providers/wagon-ssh-common-test/pom.xml
+++ b/wagon-providers/wagon-ssh-common-test/pom.xml
@@ -30,7 +30,7 @@ under the License.
<name>Apache Maven Wagon :: Providers :: SSH Common Tests</name>
<properties>
- <sshdVersion>2.16.0</sshdVersion>
+ <sshdVersion>2.17.1</sshdVersion>
</properties>
<dependencies>
<dependency>