diff --git a/groovy-ssh/server-integration-test/build.gradle b/groovy-ssh/server-integration-test/build.gradle index f39cc39c..51cbdeb8 100644 --- a/groovy-ssh/server-integration-test/build.gradle +++ b/groovy-ssh/server-integration-test/build.gradle @@ -9,7 +9,7 @@ repositories { dependencies { implementation project(':groovy-ssh:core') implementation 'org.apache.sshd:sshd-core:2.2.0' - implementation 'org.apache.sshd:sshd-sftp:2.2.0' + implementation 'org.apache.sshd:sshd-sftp:2.17.1' implementation 'org.apache.sshd:sshd-scp:2.2.0' runtimeOnly 'org.bouncycastle:bcpkix-jdk15on:1.70'