This is an automated email from the ASF dual-hosted git repository.
slachiewicz 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 e50c843a Bump sshdVersion from 2.18.0 to 2.19.0
e50c843a is described below
commit e50c843a92b2fc5a7630a229f50e56ff4f9c9293
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 10 08:24:02 2026 +0000
Bump sshdVersion from 2.18.0 to 2.19.0
Bumps `sshdVersion` from 2.18.0 to 2.19.0.
Updates `org.apache.sshd:sshd-core` from 2.18.0 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.18.0...sshd-2.19.0)
Updates `org.apache.sshd:sshd-scp` from 2.18.0 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.18.0...sshd-2.19.0)
Updates `org.apache.sshd:sshd-sftp` from 2.18.0 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.18.0...sshd-2.19.0)
---
updated-dependencies:
- dependency-name: org.apache.sshd:sshd-core
dependency-version: 2.19.0
dependency-type: direct:production
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
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 ab8bb509..ed7013b1 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.18.0</sshdVersion>
+ <sshdVersion>2.19.0</sshdVersion>
</properties>
<dependencies>
<dependency>