This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new 39b1260635 [tomee-10.x]: Bump org.apache.sshd:sshd-core from 2.18.0 to
2.19.0 (#2834)
39b1260635 is described below
commit 39b126063582ba2d27fa6fcf2d82f09a8ae19c99
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 13 19:58:22 2026 +0200
[tomee-10.x]: Bump org.apache.sshd:sshd-core from 2.18.0 to 2.19.0 (#2834)
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 161a9e8848..63aa687620 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1572,7 +1572,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>