We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5fb7f4 commit bbf0c4dCopy full SHA for bbf0c4d
groovy-ssh/server-integration-test/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
implementation project(':groovy-ssh:core')
11
implementation 'org.apache.sshd:sshd-core:2.2.0'
12
implementation 'org.apache.sshd:sshd-sftp:2.2.0'
13
- implementation 'org.apache.sshd:sshd-scp:2.2.0'
+ implementation 'org.apache.sshd:sshd-scp:2.16.0'
14
15
runtimeOnly 'org.bouncycastle:bcpkix-jdk15on:1.70'
16
0 commit comments