Skip to content

Commit

Permalink
update com.jcraft:jsch 0.1.51 to 0.1.54
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengDaqi2023 committed Jul 24, 2023
1 parent 82680c4 commit 8bddafb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ftpreader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.51</version>
<version>0.1.54</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
Expand Down Expand Up @@ -89,4 +89,4 @@
</plugins>
</build>

</project>
</project>
2 changes: 1 addition & 1 deletion ftpwriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.51</version>
<version>0.1.54</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
Expand Down

0 comments on commit 8bddafb

Please sign in to comment.