diff --git a/groovy-ssh/cli/build.gradle b/groovy-ssh/cli/build.gradle index d15422e1..68911f29 100644 --- a/groovy-ssh/cli/build.gradle +++ b/groovy-ssh/cli/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation 'org.codehaus.groovy:groovy-cli-commons:3.0.25' testImplementation project(':groovy-ssh:server-integration-test') - testImplementation 'org.apache.sshd:sshd-core:2.2.0' + testImplementation 'org.apache.sshd:sshd-core:2.17.1' testImplementation platform("org.spockframework:spock-bom:2.3-groovy-3.0") testImplementation "org.spockframework:spock-core" testImplementation "org.spockframework:spock-junit4" diff --git a/groovy-ssh/server-integration-test/build.gradle b/groovy-ssh/server-integration-test/build.gradle index f39cc39c..5577d3df 100644 --- a/groovy-ssh/server-integration-test/build.gradle +++ b/groovy-ssh/server-integration-test/build.gradle @@ -8,7 +8,7 @@ repositories { dependencies { implementation project(':groovy-ssh:core') - implementation 'org.apache.sshd:sshd-core:2.2.0' + implementation 'org.apache.sshd:sshd-core:2.17.1' implementation 'org.apache.sshd:sshd-sftp:2.2.0' implementation 'org.apache.sshd:sshd-scp:2.2.0'