Skip to content

Commit 4474cb3

Browse files
twogeejaikiran
authored andcommitted
This closes #84 pull request at github/apache/ant repo
1 parent 722ccb7 commit 4474cb3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

WHATSNEW

+4
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ Other changes:
8585
* Added jmod and link tasks, to support jmod and jlink tools of JDK 9+.
8686
Github Pull Request #80
8787

88+
* Jsch library dependency has now been upgraded to 0.1.55. Jsch is
89+
the library behind the sshexec and scp Ant tasks.
90+
Github Pull Request #84
91+
8892
Changes from Ant 1.10.4 TO Ant 1.10.5
8993
=====================================
9094

lib/libraries.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ junit-platform-launcher.version=1.2.0
5757
junit-vintage-engine.version=5.2.0
5858
# Only used for internal tests in Ant project
5959
junit-jupiter-engine.version=5.2.0
60-
jsch.version=0.1.54
60+
jsch.version=0.1.55
6161
jython.version=2.7.0
6262
# log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo
6363
log4j.version=1.2.14

0 commit comments

Comments
 (0)