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 19e3fd3b5 Bump com.github.mwiede:jsch from 2.27.2 to 2.27.3 (#816)
19e3fd3b5 is described below
commit 19e3fd3b55deef41fb2ed8fcb2aeae2c174ba4a2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 12 17:04:37 2025 +0200
Bump com.github.mwiede:jsch from 2.27.2 to 2.27.3 (#816)
Bumps [com.github.mwiede:jsch](https://github.com/mwiede/jsch) from 2.27.2
to 2.27.3.
- [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-2.27.2...jsch-2.27.3)
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 f8d1a6109..87e5b522d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -505,7 +505,7 @@
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
- <version>2.27.2</version>
+ <version>2.27.3</version>
</dependency>
<dependency>