Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.sshd:sshd-core to v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent 5ad5a17 commit 4eda959
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.22'

testImplementation project(':server-integration-test')
testImplementation 'org.apache.sshd:sshd-core:2.2.0'
testImplementation 'org.apache.sshd:sshd-core:2.14.0'
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.14.0'
implementation 'org.apache.sshd:sshd-sftp:2.2.0'
implementation 'org.apache.sshd:sshd-scp:2.2.0'

Expand Down

0 comments on commit 4eda959

Please sign in to comment.