summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--WHATSNEW4
-rw-r--r--lib/libraries.properties2
-rw-r--r--manual/install.html2
-rw-r--r--src/etc/poms/ant-jsch/pom.xml2
4 files changed, 7 insertions, 3 deletions
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 <a href="#commons-net">commons-net</a><
target="_top">http://xml.apache.org/commons/</a>.</td>
</tr>
<tr>
- <td>jsch.jar <b>0.1.50 or later</b></td>
+ <td>jsch.jar <b>0.1.54 or later</b></td>
<td>sshexec and scp tasks</td>
<td><a href="http://www.jcraft.com/jsch/index.html"
target="_top">http://www.jcraft.com/jsch/index.html</a></td>
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
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
- <version>0.1.50</version>
+ <version>0.1.54</version>
<scope>compile</scope>
</dependency>
</dependencies>