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 c4e018c1a Bump com.github.mwiede:jsch from 0.2.26 to 2.27.2 (#762)
c4e018c1a is described below
commit c4e018c1a4f1d1228800192de4e12e6b8d17bc96
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 20 00:00:11 2025 +0200
Bump com.github.mwiede:jsch from 0.2.26 to 2.27.2 (#762)
Bumps [com.github.mwiede:jsch](https://github.com/mwiede/jsch) from 0.2.26
to 2.27.2.
- [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.26...jsch-2.27.2)
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 85939e4c3..ad16d225e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -506,7 +506,7 @@
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
- <version>0.2.26</version>
+ <version>2.27.2</version>
</dependency>
<!-- Transitive dependencies by various 3rd party packages -->