Skip to content

Commit b37e4f2

Browse files
authored
[JAVA-31653] Upgrade com.jcraft & commons-vfs2 to latest version (#15953)
1 parent c0e5d7c commit b37e4f2

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

libraries-io/pom.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
</parent>
1414

1515
<dependencies>
16-
<!-- sftp file transfer -->
1716
<dependency>
18-
<groupId>com.jcraft</groupId>
17+
<groupId>com.github.mwiede</groupId>
1918
<artifactId>jsch</artifactId>
2019
<version>${jsch.version}</version>
2120
</dependency>
@@ -27,7 +26,7 @@
2726
<dependency>
2827
<groupId>org.apache.commons</groupId>
2928
<artifactId>commons-vfs2</artifactId>
30-
<version>${vfs.version}</version>
29+
<version>${commons-vfs2.version}</version>
3130
</dependency>
3231
<dependency>
3332
<groupId>net.lingala.zip4j</groupId>
@@ -66,12 +65,12 @@
6665

6766
<properties>
6867
<!-- sftp -->
69-
<jsch.version>0.1.55</jsch.version>
70-
<sshj.version>0.37.0</sshj.version>
71-
<vfs.version>2.4</vfs.version>
72-
<zip4j.version>2.9.0</zip4j.version>
73-
<opencsv.version>5.8</opencsv.version>
74-
<spring.version>4.3.8.RELEASE</spring.version>
68+
<jsch.version>0.2.16</jsch.version>
69+
<sshj.version>0.38.0</sshj.version>
70+
<commons-vfs2.version>2.9.0</commons-vfs2.version>
71+
<zip4j.version>2.11.5</zip4j.version>
72+
<opencsv.version>5.9</opencsv.version>
73+
<spring.version>6.1.4</spring.version>
7574
</properties>
7675

7776
</project>

0 commit comments

Comments
 (0)