This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 0a3277a79c Bump org.apache.sshd:sshd-core from 2.18.0 to 2.19.0 (#2884)
0a3277a79c is described below
commit 0a3277a79c93494c29fe3c77b824b951813394c7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 2 10:27:27 2026 +0200
Bump org.apache.sshd:sshd-core from 2.18.0 to 2.19.0 (#2884)
Bumps [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) 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
...
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 4fbeabf16a..ac284d3c06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1583,7 +1583,7 @@
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
- <version>2.18.0</version>
+ <version>2.19.0</version>
</dependency>
<dependency>
<groupId>jline</groupId>