This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new f724ad30d Bump com.github.mwiede:jsch from 0.2.25 to 0.2.26 (#744) f724ad30d is described below commit f724ad30dd9c33a455a71a7abd1231dc1e73ba7b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Apr 29 14:53:15 2025 +0200 Bump com.github.mwiede:jsch from 0.2.25 to 0.2.26 (#744) Bumps [com.github.mwiede:jsch](https://github.com/mwiede/jsch) from 0.2.25 to 0.2.26. - [Release notes](https://github.com/mwiede/jsch/releases) - [Changelog](https://github.com/mwiede/jsch/blob/master/ChangeLog) - [Commits](https://github.com/mwiede/jsch/compare/jsch-0.2.25...jsch-0.2.26) Signed-off-by: dependabot[bot] <supp...@github.com> 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 d1a2fa62b..417ae4265 100644 --- a/pom.xml +++ b/pom.xml @@ -506,7 +506,7 @@ <dependency> <groupId>com.github.mwiede</groupId> <artifactId>jsch</artifactId> - <version>0.2.25</version> + <version>0.2.26</version> </dependency> <!-- Transitive dependencies by various 3rd party packages -->