Author: ggregory
Date: Wed Sep 23 23:33:33 2015
New Revision: 1704966
URL: http://svn.apache.org/viewvc?rev=1704966&view=rev
Log:
[VFS-579] Update Jsch from 0.1.51 to 0.1.53.
Modified:
commons/proper/vfs/trunk/pom.xml
commons/proper/vfs/trunk/src/changes/changes.xml
Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1704966&r1=1704965&r2=1704966&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Sep 23 23:33:33 2015
@@ -396,7 +396,7 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
- <version>0.1.51</version>
+ <version>0.1.53</version>
</dependency>
<dependency>
<groupId>jcifs</groupId>
Modified: commons/proper/vfs/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1704966&r1=1704965&r2=1704966&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Wed Sep 23 23:33:33 2015
@@ -118,6 +118,9 @@
[Ram][Tests] Make RAM provider test pass on Java 8
(JDK-8042377, self-suppression not permitted, MonitorOutputStream#close()).
</action>
+ <action issue="VFS-579" dev="ggregory" type="update">
+ Update Jsch from 0.1.51 to 0.1.53.
+ </action>
<action issue="VFS-542" dev="ggregory" type="update">
Update Jsch from 0.1.50 to 0.1.51.
</action>
|