We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45e98d commit e254e0fCopy full SHA for e254e0f
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.17.1'
14
15
runtimeOnly 'org.bouncycastle:bcpkix-jdk15on:1.70'
16
0 commit comments