diff --git a/groovy-ssh/server-integration-test/build.gradle b/groovy-ssh/server-integration-test/build.gradle index f39cc39c..b5210ba3 100644 --- a/groovy-ssh/server-integration-test/build.gradle +++ b/groovy-ssh/server-integration-test/build.gradle @@ -10,7 +10,7 @@ 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-scp:2.2.0' + implementation 'org.apache.sshd:sshd-scp:2.17.1' runtimeOnly 'org.bouncycastle:bcpkix-jdk15on:1.70'