Skip to content

Commit

Permalink
libs: update sshd to 0.11.0
Browse files Browse the repository at this point in the history
required for bc >= 1.49

Acked-by: Paul Millar
Target: master
Require-book: no
Require-notes: no
  • Loading branch information
kofemann committed Sep 1, 2014
1 parent e061819 commit 9d056fc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Expand Up @@ -441,13 +441,7 @@
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
<!-- Version 0.9.0 contains a bug that prevents upgrade (see
https://issues.apache.org/jira/browse/SSHD-258?jql=project%20%3D%20SSHD%20AND%20issuetype%20%3D%20Bug%20AND%20text%20~%20%220.9.0%22).
Version 0.10.0 and beyond require a version of BouncyCastle newer
than what works with JGlobus.
-->
<version>0.8.0</version>
<version>0.11.0</version>
</dependency>
<!-- liquibase 3.2.0 produces wrong checksums -->
<dependency>
Expand Down

0 comments on commit 9d056fc

Please sign in to comment.