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 cd67935e8f [tomee-10.x]: Bump org.apache.sshd:sshd-core from 2.16.0 to
2.17.1 (#2449)
cd67935e8f is described below
commit cd67935e8f14b7058d7ffd41f188a8d94e539998
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 29 08:59:31 2026 +0100
[tomee-10.x]: Bump org.apache.sshd:sshd-core from 2.16.0 to 2.17.1 (#2449)
Bumps [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) from
2.16.0 to 2.17.1.
- [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.16.0...sshd-2.17.1)
---
updated-dependencies:
- dependency-name: org.apache.sshd:sshd-core
dependency-version: 2.17.1
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 3ecf18de6d..f6652707e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1572,7 +1572,7 @@
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
- <version>2.16.0</version>
+ <version>2.17.1</version>
</dependency>
<dependency>
<groupId>jline</groupId>