File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 implementation ' org.codehaus.groovy:groovy-cli-commons:3.0.25'
1414
1515 testImplementation project(' :groovy-ssh:server-integration-test' )
16- testImplementation ' org.apache.sshd:sshd-core:2.2.0 '
16+ testImplementation ' org.apache.sshd:sshd-core:2.17.1 '
1717 testImplementation platform(" org.spockframework:spock-bom:2.3-groovy-3.0" )
1818 testImplementation " org.spockframework:spock-core"
1919 testImplementation " org.spockframework:spock-junit4"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99dependencies {
1010 implementation project(' :groovy-ssh:core' )
11- implementation ' org.apache.sshd:sshd-core:2.2.0 '
11+ implementation ' org.apache.sshd:sshd-core:2.17.1 '
1212 implementation ' org.apache.sshd:sshd-sftp:2.2.0'
1313 implementation ' org.apache.sshd:sshd-scp:2.2.0'
1414
You can’t perform that action at this time.
0 commit comments