File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,10 @@ Other changes:
85
85
* Added jmod and link tasks, to support jmod and jlink tools of JDK 9+.
86
86
Github Pull Request #80
87
87
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
+
88
92
Changes from Ant 1.10.4 TO Ant 1.10.5
89
93
=====================================
90
94
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ junit-platform-launcher.version=1.2.0
57
57
junit-vintage-engine.version =5.2.0
58
58
# Only used for internal tests in Ant project
59
59
junit-jupiter-engine.version =5.2.0
60
- jsch.version =0.1.54
60
+ jsch.version =0.1.55
61
61
jython.version =2.7.0
62
62
# log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo
63
63
log4j.version =1.2.14
You can’t perform that action at this time.
0 commit comments