summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2010-11-09 14:10:26 -0800
committerShawn O. Pearce <sop@google.com>2010-11-09 14:10:56 -0800
commit7ada9e74fdf1d83bfb9f1789bf048eab942fba66 (patch)
tree2e78ed56c9b5ba0077d33a36d8e668405bf50b54
parentfc26d13c4555a87ad35d5b41b65b9c71133e187f (diff)
Update MINA SSHD to 0.5.1-r1033260
This version correctly ignores the keepalive messages sent by the paramiko python SSH client. Change-Id: Iac23cc53027ffc748fc2ed933288fcf1585b48bb Signed-off-by: Shawn O. Pearce <sop@google.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0f59058161..b02d803d36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -478,7 +478,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
- <version>0.5.1-r1031886</version>
+ <version>0.5.1-r1033260</version>
</dependency>
<dependency>