Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.sshd:sshd-sftp to v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 23a04a0 commit 6d7da4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
dependencies {
implementation project(':core')
implementation 'org.apache.sshd:sshd-core:2.2.0'
implementation 'org.apache.sshd:sshd-sftp:2.2.0'
implementation 'org.apache.sshd:sshd-sftp:2.14.0'
implementation 'org.apache.sshd:sshd-scp:2.2.0'

runtimeOnly 'org.bouncycastle:bcpkix-jdk15on:1.70'
Expand Down

0 comments on commit 6d7da4d

Please sign in to comment.