Skip to content

Commit 34afc1a

Browse files
committed
update jsch dependencies to fix scp issue
1 parent 3e2037e commit 34afc1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -627,14 +627,14 @@
627627

628628
<dependencies>
629629
<dependency>
630-
<groupId>ant</groupId>
630+
<groupId>org.apache.ant</groupId>
631631
<artifactId>ant-jsch</artifactId>
632-
<version>1.6.5</version>
632+
<version>1.10.0</version>
633633
</dependency>
634634
<dependency>
635635
<groupId>com.jcraft</groupId>
636636
<artifactId>jsch</artifactId>
637-
<version>0.1.50</version>
637+
<version>0.1.54</version>
638638
</dependency>
639639
</dependencies>
640640

0 commit comments

Comments
 (0)