Skip to content

Commit d719b0b

Browse files
fix(deps): update dependency org.apache.sshd:sshd-sftp to v2.15.0
1 parent ddbc838 commit d719b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
dependencies {
1010
implementation project(':groovy-ssh:core')
1111
implementation 'org.apache.sshd:sshd-core:2.2.0'
12-
implementation 'org.apache.sshd:sshd-sftp:2.2.0'
12+
implementation 'org.apache.sshd:sshd-sftp:2.15.0'
1313
implementation 'org.apache.sshd:sshd-scp:2.2.0'
1414

1515
runtimeOnly 'org.bouncycastle:bcpkix-jdk15on:1.70'

0 commit comments

Comments
 (0)