update dependency

This commit is contained in:
Looly
2023-04-13 19:23:34 +08:00
parent 755b506357
commit c5e593e5fd
2 changed files with 84 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
package org.dromara.hutool.extra.ssh;
import org.dromara.hutool.core.util.CharsetUtil;
import org.junit.Before;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
@@ -18,7 +18,7 @@ public class SftpTest {
private SshjSftp sshjSftp;
@Before
@BeforeEach
@Disabled
public void init() {
sshjSftp = new SshjSftp("ip", 22, "test", "test", CharsetUtil.UTF_8);