This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new f07f7c7b3 Bump mina.sshd.version from 3.0.0-M4 to 3.0.0-M5 (#776)
f07f7c7b3 is described below
commit f07f7c7b32eb2ef46234d83af364121f9c8c19eb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 7 13:00:20 2026 -0400
Bump mina.sshd.version from 3.0.0-M4 to 3.0.0-M5 (#776)
Bumps `mina.sshd.version` from 3.0.0-M4 to 3.0.0-M5.
Updates `org.apache.sshd:sshd-core` from 3.0.0-M4 to 3.0.0-M5
- [Release notes](https://github.com/apache/mina-sshd/releases)
-
[Changelog](https://github.com/apache/mina-sshd/blob/sshd-3.0.0-M5/CHANGES.md)
-
[Commits](https://github.com/apache/mina-sshd/compare/sshd-3.0.0-M4...sshd-3.0.0-M5)
Updates `org.apache.sshd:sshd-sftp` from 3.0.0-M4 to 3.0.0-M5
- [Release notes](https://github.com/apache/mina-sshd/releases)
-
[Changelog](https://github.com/apache/mina-sshd/blob/sshd-3.0.0-M5/CHANGES.md)
-
[Commits](https://github.com/apache/mina-sshd/compare/sshd-3.0.0-M4...sshd-3.0.0-M5)
---
updated-dependencies:
- dependency-name: org.apache.sshd:sshd-core
dependency-version: 3.0.0-M5
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.apache.sshd:sshd-sftp
dependency-version: 3.0.0-M5
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 fc8d91887..6f3f122db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
<httpcore5.version>5.4.3</httpcore5.version>
<httpclient5.version>5.6.1</httpclient5.version>
<jackrabbit1.version>1.6.5</jackrabbit1.version>
- <mina.sshd.version>3.0.0-M4</mina.sshd.version>
+ <mina.sshd.version>3.0.0-M5</mina.sshd.version>
<!-- Don't use jackrabbit2 2.21.x, it's labeled "unstable". -->
<!-- 2.22.0 requires Java 11. -->
<jackrabbit2.version>2.20.17</jackrabbit2.version>