Skip to content

Commit 269e8b1

Browse files
fix(deps): update dependency org.apache.sshd:sshd-core to v2.17.1
1 parent 9742b59 commit 269e8b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

groovy-ssh/cli/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

groovy-ssh/server-integration-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
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

0 commit comments

Comments
 (0)