Update jsch dependency to a modern version with enhanced algorithm support and change groupId for compatibility.

This commit is contained in:
liumangmang
2026-02-04 11:57:36 +08:00
parent b82ea1919e
commit a67562bfea

View File

@@ -42,10 +42,11 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<!-- Fork with modern algorithm support (ed25519, current kex/ciphers); drop-in for com.jcraft.jsch -->
<dependency>
<groupId>com.jcraft</groupId>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.1.55</version>
<version>2.27.6</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>