This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git


The following commit(s) were added to refs/heads/master by this push:
     new e8d96a0b Bump sshdVersion from 2.13.2 to 2.16.0
e8d96a0b is described below

commit e8d96a0b8db8e79ab6ece067c406358d72840f9f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 31 08:04:50 2025 +0000

    Bump sshdVersion from 2.13.2 to 2.16.0
    
    Bumps `sshdVersion` from 2.13.2 to 2.16.0.
    
    Updates `org.apache.sshd:sshd-core` from 2.13.2 to 2.16.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.13.2...sshd-2.16.0)
    
    Updates `org.apache.sshd:sshd-scp` from 2.13.2 to 2.16.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.13.2...sshd-2.16.0)
    
    Updates `org.apache.sshd:sshd-sftp` from 2.13.2 to 2.16.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.13.2...sshd-2.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.sshd:sshd-core
      dependency-version: 2.16.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.sshd:sshd-scp
      dependency-version: 2.16.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.sshd:sshd-sftp
      dependency-version: 2.16.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 106b5d1e..ddd10506 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.13.2</sshdVersion>
+    <sshdVersion>2.16.0</sshdVersion>
   </properties>
   <dependencies>
     <dependency>

Reply via email to