summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--WHATSNEW5
-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, 8 insertions, 3 deletions
diff --git a/WHATSNEW b/WHATSNEW
index 42938853c..e331033a6 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -44,6 +44,11 @@ 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.9.8 TO Ant 1.9.9
===================================
diff --git a/lib/libraries.properties b/lib/libraries.properties
index f2805fd70..faad04ef4 100644
--- a/lib/libraries.properties
+++ b/lib/libraries.properties
@@ -46,7 +46,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 818b168da..96ec9c0d6 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 19477b0d5..cb697fd50 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>