diff --git a/build.gradle b/build.gradle index ce4e69c..cd19e54 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation 'com.hierynomus:sshj:0.31.0' // Apache Mina SSHD - Apache 2.0 - https://mina.apache.org/sshd-project/index.html - implementation 'org.apache.sshd:sshd-sftp:2.7.0' + implementation 'org.apache.sshd:sshd-sftp:2.10.0' } // by default the Java plugin runs test on build, change to not do that (only run test if explicit task)