From 4474cb39487e88f81e7b067424383226d9ab4c97 Mon Sep 17 00:00:00 2001 From: twogee Date: Sun, 23 Dec 2018 11:22:18 +0100 Subject: [PATCH] Update JSCh (see http://www.jcraft.com/jsch/ChangeLog) This closes #84 pull request at github/apache/ant repo --- WHATSNEW | 4 ++++ lib/libraries.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 3671009d7..ff72cbf72 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -85,6 +85,10 @@ Other changes: * Added jmod and link tasks, to support jmod and jlink tools of JDK 9+. Github Pull Request #80 + * 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.10.4 TO Ant 1.10.5 ===================================== diff --git a/lib/libraries.properties b/lib/libraries.properties index ef9ef090f..040ef3173 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -57,7 +57,7 @@ junit-platform-launcher.version=1.2.0 junit-vintage-engine.version=5.2.0 # Only used for internal tests in Ant project junit-jupiter-engine.version=5.2.0 -jsch.version=0.1.54 +jsch.version=0.1.55 jython.version=2.7.0 # log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo log4j.version=1.2.14