This is an automated email from the ASF dual-hosted git repository. tomaswolf pushed a commit to branch rc-2.19.0 in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 8caed36abcd4836f5e4ecbd63b679c9a51128905 Author: Thomas Wolf <[email protected]> AuthorDate: Tue Jun 30 21:18:27 2026 +0200 Bump dependency to org.apache.mina:mina-core From 2.0.27 to 2.0.31 and 2.2.4 to 2.2.9. --- pom.xml | 4 ++-- sshd-mina/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2a0d67aea..f00599b5a 100644 --- a/pom.xml +++ b/pom.xml @@ -429,7 +429,7 @@ <dependency> <groupId>org.apache.mina</groupId> <artifactId>mina-core</artifactId> - <version>2.0.27</version> + <version>2.0.31</version> </dependency> <dependency> <groupId>tomcat</groupId> @@ -505,7 +505,7 @@ <dependency> <groupId>com.github.mwiede</groupId> <artifactId>jsch</artifactId> - <version>2.27.7</version> + <version>2.28.3</version> </dependency> <dependency> diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml index 765f9f84f..c02b730ad 100644 --- a/sshd-mina/pom.xml +++ b/sshd-mina/pom.xml @@ -201,7 +201,7 @@ <additionalClasspathDependency> <groupId>org.apache.mina</groupId> <artifactId>mina-core</artifactId> - <version>2.2.4</version> + <version>2.2.9</version> </additionalClasspathDependency> </additionalClasspathDependencies> </configuration>
