update sshj to 0.8.0, fixing power-of-2 bug reported by me and fixed by aled

This commit is contained in:
Alex Heneveld 2012-05-22 11:08:51 -06:00 committed by Adrian Cole
parent f1c02d092f
commit 628bbaf850
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
<dependency>
<groupId>net.schmizz</groupId>
<artifactId>sshj</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>