This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new fe26dd0d6e [KARAF-7961]: Bump SSHD to 2.15.0
fe26dd0d6e is described below
commit fe26dd0d6e345b2fd9f3b0dd8429516a04137cc3
Author: Robert Varga <[email protected]>
AuthorDate: Thu Jul 3 00:29:55 2025 +0200
[KARAF-7961]: Bump SSHD to 2.15.0
https://github.com/apache/mina-sshd/blob/master/docs/changes/2.15.0.md
Signed-off-by: Robert Varga <[email protected]>
(cherry picked from commit 40d49242d848654104b8cf714af7a1e5dd5f87d3)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 19dfa5fa33..72ddb0d65e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -349,7 +349,7 @@
<spring.security62.version>6.2.1_1</spring.security62.version>
<sling.commons.johnzon.version>1.2.16</sling.commons.johnzon.version>
- <sshd.version>2.14.0</sshd.version>
+ <sshd.version>2.15.0</sshd.version>
<struts.bundle.version>1.3.10_1</struts.bundle.version>
<xbean.version>4.26</xbean.version>
<javax.mail.version>1.4.7</javax.mail.version>