Skip to content

Commit d6312a4

Browse files
Update dependency org.apache.sshd:sshd-core to v2 [SECURITY]
1 parent 4bde9ed commit d6312a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-sftp-download-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.apache.sshd</groupId>
4040
<artifactId>sshd-core</artifactId>
41-
<version>1.4.0</version>
41+
<version>2.9.2</version>
4242
<scope>test</scope>
4343
</dependency>
4444

spring-sftp-upload-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.apache.sshd</groupId>
4040
<artifactId>sshd-core</artifactId>
41-
<version>1.4.0</version>
41+
<version>2.9.2</version>
4242
<scope>test</scope>
4343
</dependency>
4444

0 commit comments

Comments
 (0)