Upgrade dependencies

* Fix compilation warnings
* Fix compatibility with upgraded deps
* Fix repo URLs
This commit is contained in:
Artem Bilan
2021-07-20 13:26:56 -04:00
parent 74452b11fe
commit 4f2d9c52c5
68 changed files with 244 additions and 243 deletions

View File

@@ -31,7 +31,7 @@ import java.util.Collections;
import org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory;
import org.apache.sshd.server.SshServer;
import org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider;
import org.apache.sshd.server.subsystem.sftp.SftpSubsystemFactory;
import org.apache.sshd.sftp.server.SftpSubsystemFactory;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.context.SmartLifecycle;