diff --git a/build.gradle b/build.gradle index 73112efc..aca7f422 100644 --- a/build.gradle +++ b/build.gradle @@ -194,7 +194,7 @@ dependencies { implementation 'org.springframework:spring-tx:6.1.13' implementation 'org.springframework:spring-web:6.1.13' implementation files('lib/jsch-0.1.54.jar') - implementation 'com.hierynomus:sshj:0.38.0' + implementation 'com.hierynomus:sshj:0.39.0' implementation group: 'org.apache.sshd', name: 'sshd-common', version: '2.14.0' implementation group: 'org.apache.sshd', name: 'sshd-sftp', version: '2.14.0' implementation group: 'org.apache.sshd', name: 'sshd-core', version: '2.14.0'