This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new a0e12c4be8 [Fix] [Connector-V2] Bump jsch from 0.1.55 to 0.2.20 to fix 
buffer issues (#10298)
a0e12c4be8 is described below

commit a0e12c4be86d99ba8da85cbe9554734e6cbb640b
Author: corgy-w <[email protected]>
AuthorDate: Mon Jan 12 22:07:42 2026 +0800

    [Fix] [Connector-V2] Bump jsch from 0.1.55 to 0.2.20 to fix buffer issues 
(#10298)
---
 seatunnel-connectors-v2/connector-file/connector-file-sftp/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/seatunnel-connectors-v2/connector-file/connector-file-sftp/pom.xml 
b/seatunnel-connectors-v2/connector-file/connector-file-sftp/pom.xml
index 816184caf0..3040216342 100644
--- a/seatunnel-connectors-v2/connector-file/connector-file-sftp/pom.xml
+++ b/seatunnel-connectors-v2/connector-file/connector-file-sftp/pom.xml
@@ -43,9 +43,9 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>com.jcraft</groupId>
+            <groupId>com.github.mwiede</groupId>
             <artifactId>jsch</artifactId>
-            <version>0.1.55</version>
+            <version>0.2.20</version>
         </dependency>
     </dependencies>
 

Reply via email to