From 1a7c4a69e73f39d84a31863c3a9f596687228ff2 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Thu, 27 Dec 2018 08:54:33 +0530 Subject: [PATCH 1/2] Upgrade Jsch library to 0.1.55 --- WHATSNEW | 4 ++++ lib/libraries.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index e5bfed371..4d18c50b0 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -35,6 +35,10 @@ Other changes: * added several attributes to that support modules. Bugzilla Report 62424 + * Jsch library dependency has now been upgraded to 0.1.55. Jsch is + the library behind the sshexec and scp Ant tasks. + Github Pull Request #84 + Changes from Ant 1.9.12 TO Ant 1.9.13 ===================================== diff --git a/lib/libraries.properties b/lib/libraries.properties index e7a6dc9d3..9ecbcfb1c 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -58,7 +58,7 @@ jruby.version=1.6.8 junit.version=4.12 # Later versions are built with Java 6 rhino.version=1.7R5 -jsch.version=0.1.54 +jsch.version=0.1.55 jython.version=2.5.3 # log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo log4j.version=1.2.14 From eb99b1f3f602a293e1ad51a2ba399abc1d6133b4 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Thu, 27 Dec 2018 18:41:11 +0530 Subject: [PATCH 2/2] Update the install.html and ant-jsch pom.xml to use the newer 0.1.55 version of jsch library --- manual/install.html | 2 +- src/etc/poms/ant-jsch/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/install.html b/manual/install.html index 9327da23f..93a09f183 100644 --- a/manual/install.html +++ b/manual/install.html @@ -950,7 +950,7 @@ these tasks available. Please refer to the Installing target="_top">https://xerces.apache.org/xml-commons/components/resolver/ - jsch.jar 0.1.54 or later + jsch.jar 0.1.55 or later sshexec and scp tasks http://www.jcraft.com/jsch/ diff --git a/src/etc/poms/ant-jsch/pom.xml b/src/etc/poms/ant-jsch/pom.xml index 04bc28aae..cacd954ea 100644 --- a/src/etc/poms/ant-jsch/pom.xml +++ b/src/etc/poms/ant-jsch/pom.xml @@ -46,7 +46,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma com.jcraft jsch - 0.1.54 + 0.1.55 compile