From b37e4f2d265c99dd3ddfcb3281651c65344932c5 Mon Sep 17 00:00:00 2001 From: panos-kakos <102670093+panos-kakos@users.noreply.github.com> Date: Wed, 28 Feb 2024 00:15:00 +0200 Subject: [PATCH] [JAVA-31653] Upgrade com.jcraft & commons-vfs2 to latest version (#15953) --- libraries-io/pom.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/libraries-io/pom.xml b/libraries-io/pom.xml index eb8b8a24c6..8ad7cbff3b 100644 --- a/libraries-io/pom.xml +++ b/libraries-io/pom.xml @@ -13,9 +13,8 @@ - - com.jcraft + com.github.mwiede jsch ${jsch.version} @@ -27,7 +26,7 @@ org.apache.commons commons-vfs2 - ${vfs.version} + ${commons-vfs2.version} net.lingala.zip4j @@ -66,12 +65,12 @@ - 0.1.55 - 0.37.0 - 2.4 - 2.9.0 - 5.8 - 4.3.8.RELEASE + 0.2.16 + 0.38.0 + 2.9.0 + 2.11.5 + 5.9 + 6.1.4 \ No newline at end of file