diff --git a/WHATSNEW b/WHATSNEW index 0e637f849..ce2cce53e 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -67,6 +67,10 @@ Other changes: entries to a fixed timestamp. Github Pull Request #36 + * Bugzilla report 61718 - Jsch library dependency has now been + upgraded to 0.1.54. Jsch is the library behind the sshexec + and scp Ant tasks. + Changes from Ant 1.10.0 TO Ant 1.10.1 ===================================== diff --git a/lib/libraries.properties b/lib/libraries.properties index 6b90fdbcd..fa2344864 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -47,7 +47,7 @@ jasper-runtime.version=${jasper-compiler.version} jdepend.version=2.9.1 jruby.version=0.9.8 junit.version=4.11 -jsch.version=0.1.50 +jsch.version=0.1.54 jython.version=2.1 #log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo log4j.version=1.2.14 diff --git a/manual/install.html b/manual/install.html index 51ab7215d..c7270687a 100644 --- a/manual/install.html +++ b/manual/install.html @@ -1007,7 +1007,7 @@ you need jakarta-oro 2.0.8 or later, and commons-net< target="_top">http://xml.apache.org/commons/. - jsch.jar 0.1.50 or later + jsch.jar 0.1.54 or later sshexec and scp tasks http://www.jcraft.com/jsch/index.html diff --git a/src/etc/poms/ant-jsch/pom.xml b/src/etc/poms/ant-jsch/pom.xml index b277d5772..b11658e08 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.50 + 0.1.54 compile