Upgraded used Bouncy Castle version to 1.55
Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/4914247b Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/4914247b Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/4914247b Branch: refs/heads/master Commit: 4914247b820ab6be94d34cd6b097ed8c88be3ecc Parents: b26b027 Author: Lyor Goldstein <[email protected]> Authored: Wed Oct 12 10:25:45 2016 +0300 Committer: Lyor Goldstein <[email protected]> Committed: Wed Oct 12 10:25:45 2016 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/4914247b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5329e66..57e6d19 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ <groovy.compliance.level>2.0</groovy.compliance.level> <groovy.version>${groovy.major.version}.${groovy.minor.version}.${groovy.release.version}</groovy.version> - <bouncycastle.version>1.54</bouncycastle.version> + <bouncycastle.version>1.55</bouncycastle.version> <slf4j.version>1.7.21</slf4j.version> <spring.version>3.2.17.RELEASE</spring.version> <jgit.version>3.4.1.201406201815-r</jgit.version>
