Skip to content

Commit

Permalink
Update dependency org.apache.sshd:sshd-core to v2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2023
1 parent 0712e81 commit 6f2e8e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation 'org.codehaus.groovy:groovy-cli-commons:3.0.15'

testImplementation project(':server-integration-test')
testImplementation 'org.apache.sshd:sshd-core:2.2.0'
testImplementation 'org.apache.sshd:sshd-core:2.9.2'
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-3.0")
testImplementation "org.spockframework:spock-core"
testImplementation "org.spockframework:spock-junit4"
Expand Down
2 changes: 1 addition & 1 deletion server-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
implementation project(':core')
implementation 'org.apache.sshd:sshd-core:2.2.0'
implementation 'org.apache.sshd:sshd-core:2.9.2'
implementation 'org.apache.sshd:sshd-sftp:2.2.0'
implementation 'org.apache.sshd:sshd-scp:2.2.0'

Expand Down

0 comments on commit 6f2e8e7

Please sign in to comment.