diff --git a/cloudnet-modules/cloudnet-storage-ftp/build.gradle b/cloudnet-modules/cloudnet-storage-ftp/build.gradle index 29a36a75db..f58553463d 100644 --- a/cloudnet-modules/cloudnet-storage-ftp/build.gradle +++ b/cloudnet-modules/cloudnet-storage-ftp/build.gradle @@ -4,6 +4,6 @@ jar { dependencies { compileOnly project(':cloudnet') - compileOnly group: 'commons-net', name: 'commons-net', version: '3.7.1' + compileOnly group: 'commons-net', name: 'commons-net', version: '3.8.0' compileOnly group: 'com.jcraft', name: 'jsch', version: '0.1.55' } \ No newline at end of file