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-scm.git
The following commit(s) were added to refs/heads/master by this push:
new cee4078d6 Bump minaSshdVersion from 2.18.0 to 2.19.0
cee4078d6 is described below
commit cee4078d670b4ae8f6694ed467e966dfb7c299e2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 9 16:32:55 2026 +0000
Bump minaSshdVersion from 2.18.0 to 2.19.0
Bumps `minaSshdVersion` from 2.18.0 to 2.19.0.
Updates `org.apache.sshd:sshd-git` 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-common` 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-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-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)
Updates `org.apache.sshd:sshd-osgi` 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-git
dependency-version: 2.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.sshd:sshd-common
dependency-version: 2.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
- 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-sftp
dependency-version: 2.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.sshd:sshd-osgi
dependency-version: 2.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
maven-scm-providers/maven-scm-providers-git/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/maven-scm-providers/maven-scm-providers-git/pom.xml
b/maven-scm-providers/maven-scm-providers-git/pom.xml
index a2d76fa9b..d5e7733e4 100644
--- a/maven-scm-providers/maven-scm-providers-git/pom.xml
+++ b/maven-scm-providers/maven-scm-providers-git/pom.xml
@@ -40,7 +40,7 @@
</modules>
<properties>
- <minaSshdVersion>2.18.0</minaSshdVersion>
+ <minaSshdVersion>2.19.0</minaSshdVersion>
</properties>
<profiles>